mirror of
https://github.com/bitwarden/android.git
synced 2025-01-12 19:27:37 +03:00
[PM-3522] Keep variable value after logout. (#2761)
This commit is contained in:
parent
a6f05338c2
commit
11922c6f49
1 changed files with 0 additions and 1 deletions
|
@ -1538,7 +1538,6 @@ namespace Bit.Core.Services
|
||||||
SetEncryptedPasswordGenerationHistoryAsync(null, userId),
|
SetEncryptedPasswordGenerationHistoryAsync(null, userId),
|
||||||
SetEncryptedSendsAsync(null, userId),
|
SetEncryptedSendsAsync(null, userId),
|
||||||
SetSettingsAsync(null, userId),
|
SetSettingsAsync(null, userId),
|
||||||
SetApprovePasswordlessLoginsAsync(null, userId),
|
|
||||||
SetEncKeyEncryptedAsync(null, userId),
|
SetEncKeyEncryptedAsync(null, userId),
|
||||||
SetKeyEncryptedAsync(null, userId),
|
SetKeyEncryptedAsync(null, userId),
|
||||||
SetPinProtectedAsync(null, userId));
|
SetPinProtectedAsync(null, userId));
|
||||||
|
|
Loading…
Reference in a new issue