1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 20:53:25 +00:00

allow setting vault url for environment

This commit is contained in:
Kyle Spearrin
2017-08-28 17:50:17 -04:00
parent 32a8676572
commit 910f0083cd
7 changed files with 67 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ namespace Bit.App.Abstractions
bool AutofillPasswordField { get; set; }
string SecurityStamp { get; set; }
string BaseUrl { get; set; }
string VaultUrl { get; set; }
string ApiUrl { get; set; }
string IdentityUrl { get; set; }
}