mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 18:42:49 -05:00
[AC-1046] add browser autofill policy (#2751)
* [EC-1046] add browser autofill policy * [AC-1046] check plan when activating policy * [AC-1046] add useActivateAutofillPolicy to Organization response * [AC-1046] add UseActivateAutofillPolicy to provider org response
This commit is contained in:
@ -13,4 +13,5 @@ public enum PolicyType : byte
|
||||
ResetPassword = 8,
|
||||
MaximumVaultTimeout = 9,
|
||||
DisablePersonalVaultExport = 10,
|
||||
ActivateAutofill = 11,
|
||||
}
|
||||
|
Reference in New Issue
Block a user