1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +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

@@ -34,6 +34,9 @@
public const string LastLoginEmail = "other:lastLoginEmail";
public const string LastSync = "other:lastSync";
public const string LastBuildKey = "LastBuild";
public const string BaseUrl = "other:baseUrl";
public const string ApiUrl = "other:apiUrl";
public const string IdentityUrl = "other:identityUrl";
public const int SelectFileRequestCode = 42;
public const int SelectFilePermissionRequestCode = 43;