BIT-2117: Add activate-autofill policy type (#1164)

This commit is contained in:
David Perez 2024-03-20 14:08:09 -05:00 committed by Álison Fernandes
parent 186ef16974
commit 3394ff4648

View file

@ -75,6 +75,12 @@ enum class PolicyTypeJson {
*/
@SerialName("10")
DISABLE_PERSONAL_VAULT_EXPORT,
/**
* Activate the auto-fill in the browser extension. Currently unused in mobile.
*/
@SerialName("11")
ACTIVATE_AUTOFILL,
}
@Keep