1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 19:23:58 +00:00

set custom environment urls from home page

This commit is contained in:
Kyle Spearrin
2017-08-23 11:40:40 -04:00
parent 158bf873bd
commit b5107d21dd
22 changed files with 764 additions and 782 deletions

View File

@@ -10,5 +10,8 @@ namespace Bit.App.Abstractions
bool AutofillPersistNotification { get; set; }
bool AutofillPasswordField { get; set; }
string SecurityStamp { get; set; }
string BaseUrl { get; set; }
string ApiUrl { get; set; }
string IdentityUrl { get; set; }
}
}