1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

remove authenticatorkey from user

This commit is contained in:
Kyle Spearrin
2017-06-07 14:32:08 -04:00
parent ecc2468409
commit b5fbe23be2
4 changed files with 1 additions and 8 deletions

View File

@ -20,7 +20,6 @@ namespace Bit.Core.Models.Table
public string SecurityStamp { get; set; }
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; }