File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Core/AdminConsole/Enums Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ public enum PolicyType : byte
15
15
DisablePersonalVaultExport = 10 ,
16
16
ActivateAutofill = 11 ,
17
17
AutomaticAppLogIn = 12 ,
18
- FreeFamiliesSponsorshipPolicy = 13
18
+ FreeFamiliesSponsorshipPolicy = 13 ,
19
+ RemoveUnlockWithPin = 14 ,
19
20
}
20
21
21
22
public static class PolicyTypeExtensions
@@ -41,7 +42,8 @@ public static string GetName(this PolicyType type)
41
42
PolicyType . DisablePersonalVaultExport => "Remove individual vault export" ,
42
43
PolicyType . ActivateAutofill => "Active auto-fill" ,
43
44
PolicyType . AutomaticAppLogIn => "Automatically log in users for allowed applications" ,
44
- PolicyType . FreeFamiliesSponsorshipPolicy => "Remove Free Bitwarden Families sponsorship"
45
+ PolicyType . FreeFamiliesSponsorshipPolicy => "Remove Free Bitwarden Families sponsorship" ,
46
+ PolicyType . RemoveUnlockWithPin => "Remove unlock with PIN"
45
47
} ;
46
48
}
47
49
}
You can’t perform that action at this time.
0 commit comments