1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-10 12:33:28 +00:00

[PM-1249] Clear/reset password/PIN fields on login/lock screen when app is backgrounded (#2395)

* [PM-1249] Clear/reset password/PIN fields on login/lock screen when app is backgrounded

* fixes
This commit is contained in:
mp-bw
2023-03-07 11:40:22 -05:00
committed by GitHub
parent 74139627e2
commit c02cd1f15b
6 changed files with 76 additions and 2 deletions

View File

@@ -47,6 +47,7 @@
/// </summary>
public const string LastUserShouldConnectToWatchKey = "lastUserShouldConnectToWatch";
public const string AppLocaleKey = "appLocale";
public const string ClearSensitiveFields = "clearSensitiveFields";
public const int SelectFileRequestCode = 42;
public const int SelectFilePermissionRequestCode = 43;
public const int SaveFileRequestCode = 44;