diff --git a/src/Core/Services/StateService.cs b/src/Core/Services/StateService.cs index 44597b535..24a078b6b 100644 --- a/src/Core/Services/StateService.cs +++ b/src/Core/Services/StateService.cs @@ -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)