mirror of
https://github.com/bitwarden/server.git
synced 2025-07-10 12:24:50 -05:00
fix model labels
This commit is contained in:
@ -86,9 +86,9 @@ namespace Bit.Admin.Models
|
|||||||
public bool UseEvents { get; set; }
|
public bool UseEvents { get; set; }
|
||||||
[Display(Name = "TOTP")]
|
[Display(Name = "TOTP")]
|
||||||
public bool UseTotp { get; set; }
|
public bool UseTotp { get; set; }
|
||||||
[Display(Name = "Self Host")]
|
|
||||||
public bool Use2fa { get; set; }
|
|
||||||
[Display(Name = "2FA")]
|
[Display(Name = "2FA")]
|
||||||
|
public bool Use2fa { get; set; }
|
||||||
|
[Display(Name = "Self Host")]
|
||||||
public bool SelfHost { get; set; }
|
public bool SelfHost { get; set; }
|
||||||
[Display(Name = "Users Get Premium")]
|
[Display(Name = "Users Get Premium")]
|
||||||
public bool UsersGetPremium { get; set; }
|
public bool UsersGetPremium { get; set; }
|
||||||
|
Reference in New Issue
Block a user