1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

[PM-1946] remove ApprovePasswordlessLogins value on logout (#2494)

(cherry picked from commit 7130d8a18c)
This commit is contained in:
André Bispo
2023-04-25 14:41:35 +01:00
committed by Todd Martin
parent 0b51796b63
commit 8f59e79fac

View File

@@ -1428,6 +1428,7 @@ namespace Bit.Core.Services
await SetEncryptedPasswordGenerationHistoryAsync(null, userId);
await SetEncryptedSendsAsync(null, userId);
await SetSettingsAsync(null, userId);
await SetApprovePasswordlessLoginsAsync(null, userId);
}
private async Task ScaffoldNewAccountAsync(Account account)