1
0
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:
Justin Baur
2024-11-22 16:05:15 -05:00
committed by GitHub
parent f4dd794cba
commit dac8f66a59
4 changed files with 10 additions and 6 deletions

View File

@ -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")]