mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
[SG-773][SG-775] Duplicate passwordless login requests (#2160)
* [SG-773] Change method call to message send
* [SG-773] Introduce lock to avoid concurrent executions of login requests
* [SG-773][SG-775] add comment
* [SSG-773][SG-775] Refactor passwordlessLoginRequest string to constant
(cherry picked from commit 9baa79e10b)
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
public const string iOSNotificationClearActionId = "Clear";
|
||||
public const string NotificationData = "notificationData";
|
||||
public const string NotificationDataType = "Type";
|
||||
public const string PasswordlessLoginRequestKey = "passwordlessLoginRequest";
|
||||
public const int SelectFileRequestCode = 42;
|
||||
public const int SelectFilePermissionRequestCode = 43;
|
||||
public const int SaveFileRequestCode = 44;
|
||||
|
||||
Reference in New Issue
Block a user