1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

fix model labels

This commit is contained in:
Kyle Spearrin 2018-04-20 16:45:41 -04:00
parent 8e98e489ab
commit ac4f789782

View File

@ -86,9 +86,9 @@ namespace Bit.Admin.Models
public bool UseEvents { get; set; }
[Display(Name = "TOTP")]
public bool UseTotp { get; set; }
[Display(Name = "Self Host")]
public bool Use2fa { get; set; }
[Display(Name = "2FA")]
public bool Use2fa { get; set; }
[Display(Name = "Self Host")]
public bool SelfHost { get; set; }
[Display(Name = "Users Get Premium")]
public bool UsersGetPremium { get; set; }