1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-14 22:43:15 +00:00

[AC-1070] Use constant for ForceUpdatePassword message command

This commit is contained in:
Shane Melton
2023-03-10 16:03:58 -08:00
parent 672f497924
commit e32135cd5d
3 changed files with 4 additions and 2 deletions

View File

@@ -48,6 +48,7 @@
public const string LastUserShouldConnectToWatchKey = "lastUserShouldConnectToWatch";
public const string AppLocaleKey = "appLocale";
public const string ClearSensitiveFields = "clearSensitiveFields";
public const string ForceUpdatePassword = "forceUpdatePassword";
public const int SelectFileRequestCode = 42;
public const int SelectFilePermissionRequestCode = 43;
public const int SaveFileRequestCode = 44;