1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

[PM-26078] Create admin UI for Autotype Desktop Default Setting Policy (#16573)

* PM-26078 add component and copy

* add enum

* register oss policy

* export policy definition

* update naming to match policy
This commit is contained in:
Daniel Riera
2025-09-25 16:57:31 -04:00
committed by GitHub
parent bed5ea17b7
commit b56c9e6c9a
6 changed files with 40 additions and 0 deletions

View File

@@ -17,4 +17,5 @@ export enum PolicyType {
FreeFamiliesSponsorshipPolicy = 13, // Disables free families plan for organization
RemoveUnlockWithPin = 14, // Do not allow members to unlock their account with a PIN.
RestrictedItemTypes = 15, // Restricts item types that can be created within an organization
AutotypeDefaultSetting = 17, // Sets the default autotype setting for desktop app
}