mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
added two factor providers to user object
This commit is contained in:
@ -17,6 +17,7 @@ namespace Bit.Core.Models.Table
|
||||
public bool TwoFactorEnabled { get; set; }
|
||||
public TwoFactorProviderType? TwoFactorProvider { get; set; }
|
||||
public string AuthenticatorKey { get; set; }
|
||||
public string TwoFactorProviders { get; set; }
|
||||
public string TwoFactorRecoveryCode { get; set; }
|
||||
public string EquivalentDomains { get; set; }
|
||||
public string ExcludedGlobalEquivalentDomains { get; set; }
|
||||
|
Reference in New Issue
Block a user