mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
Resolve AC Warnings (#4644)
* Resolve AC Warnings * Remove Unneeded Changes * Add Back RequiredAttribute * Format
This commit is contained in:
@ -143,7 +143,7 @@ public class OrganizationEditModel : OrganizationViewModel
|
||||
[Display(Name = "SCIM")]
|
||||
public bool UseScim { get; set; }
|
||||
[Display(Name = "Secrets Manager")]
|
||||
public bool UseSecretsManager { get; set; }
|
||||
public new bool UseSecretsManager { get; set; }
|
||||
[Display(Name = "Self Host")]
|
||||
public bool SelfHost { get; set; }
|
||||
[Display(Name = "Users Get Premium")]
|
||||
|
Reference in New Issue
Block a user