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:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user