mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
remove provider from user table
This commit is contained in:
@@ -474,7 +474,6 @@ namespace Bit.Core.Services
|
||||
}
|
||||
|
||||
user.TwoFactorProviders = null;
|
||||
user.TwoFactorProvider = null;
|
||||
user.TwoFactorRecoveryCode = null;
|
||||
await SaveUserAsync(user);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user