From 11922c6f4926ec3f9e644b1476ba356ed69f98e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bispo?= Date: Tue, 19 Sep 2023 10:33:01 +0100 Subject: [PATCH] [PM-3522] Keep variable value after logout. (#2761) --- src/Core/Services/StateService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/Services/StateService.cs b/src/Core/Services/StateService.cs index 5920870c9..443a94b15 100644 --- a/src/Core/Services/StateService.cs +++ b/src/Core/Services/StateService.cs @@ -1538,7 +1538,6 @@ namespace Bit.Core.Services SetEncryptedPasswordGenerationHistoryAsync(null, userId), SetEncryptedSendsAsync(null, userId), SetSettingsAsync(null, userId), - SetApprovePasswordlessLoginsAsync(null, userId), SetEncKeyEncryptedAsync(null, userId), SetKeyEncryptedAsync(null, userId), SetPinProtectedAsync(null, userId));