Skip to content

Commit 5241e09

Browse files
authored
PM-15882: Added RemoveUnlockWithPin policy (#5388)
1 parent d8cf658 commit 5241e09

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Core/AdminConsole/Enums/PolicyType.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ public enum PolicyType : byte
1515
DisablePersonalVaultExport = 10,
1616
ActivateAutofill = 11,
1717
AutomaticAppLogIn = 12,
18-
FreeFamiliesSponsorshipPolicy = 13
18+
FreeFamiliesSponsorshipPolicy = 13,
19+
RemoveUnlockWithPin = 14,
1920
}
2021

2122
public static class PolicyTypeExtensions
@@ -41,7 +42,8 @@ public static string GetName(this PolicyType type)
4142
PolicyType.DisablePersonalVaultExport => "Remove individual vault export",
4243
PolicyType.ActivateAutofill => "Active auto-fill",
4344
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"
4547
};
4648
}
4749
}

0 commit comments

Comments
 (0)