mirror of
https://github.com/bitwarden/mobile
synced 2025-01-29 09:49:35 +01:00
[PM-1946] remove ApprovePasswordlessLogins value on logout (#2494)
This commit is contained in:
parent
659d34dfc2
commit
7130d8a18c
@ -1428,6 +1428,7 @@ namespace Bit.Core.Services
|
|||||||
await SetEncryptedPasswordGenerationHistoryAsync(null, userId);
|
await SetEncryptedPasswordGenerationHistoryAsync(null, userId);
|
||||||
await SetEncryptedSendsAsync(null, userId);
|
await SetEncryptedSendsAsync(null, userId);
|
||||||
await SetSettingsAsync(null, userId);
|
await SetSettingsAsync(null, userId);
|
||||||
|
await SetApprovePasswordlessLoginsAsync(null, userId);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task ScaffoldNewAccountAsync(Account account)
|
private async Task ScaffoldNewAccountAsync(Account account)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user