mirror of
https://github.com/bitwarden/server
synced 2025-12-23 03:33:35 +00:00
remove provider from user table
This commit is contained in:
@@ -19,7 +19,6 @@ namespace Bit.Core.Models.Table
|
||||
public string MasterPasswordHint { get; set; }
|
||||
public string Culture { get; set; } = "en-US";
|
||||
public string SecurityStamp { get; set; }
|
||||
public TwoFactorProviderType? TwoFactorProvider { get; set; }
|
||||
public string TwoFactorProviders { get; set; }
|
||||
public string TwoFactorRecoveryCode { get; set; }
|
||||
public string EquivalentDomains { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user