We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe818e commit d8ffbe7Copy full SHA for d8ffbe7
src/Core/AdminConsole/Enums/PolicyType.cs
@@ -45,7 +45,7 @@ public static string GetName(this PolicyType type)
45
PolicyType.MaximumVaultTimeout => "Vault timeout",
46
PolicyType.DisablePersonalVaultExport => "Remove individual vault export",
47
PolicyType.ActivateAutofill => "Active auto-fill",
48
- PolicyType.AutomaticAppLogIn => "Automatically log in users for allowed applications",
+ PolicyType.AutomaticAppLogIn => "Automatic login with SSO",
49
PolicyType.FreeFamiliesSponsorshipPolicy => "Remove Free Bitwarden Families sponsorship",
50
PolicyType.RemoveUnlockWithPin => "Remove unlock with PIN",
51
PolicyType.RestrictedItemTypesPolicy => "Restricted item types",
0 commit comments