mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 03:08:50 +03:00
Add missing enum valur to ForcePasswordResetReason (#996)
This commit is contained in:
parent
8779f0236b
commit
042b055ecd
1 changed files with 7 additions and 0 deletions
|
@ -20,4 +20,11 @@ enum class ForcePasswordResetReason {
|
|||
*/
|
||||
@SerialName("weakMasterPasswordOnLogin")
|
||||
WEAK_MASTER_PASSWORD_ON_LOGIN,
|
||||
|
||||
/**
|
||||
* Occurs when a TDE user without a password obtains the password reset permission.
|
||||
* Set post login & decryption client side and by server in sync (to catch logged in users).
|
||||
*/
|
||||
@SerialName("tdeUserWithoutPasswordHasPasswordResetPermission")
|
||||
TDE_USER_WITHOUT_PASSWORD_HAS_PASSWORD_RESET_PERMISSION,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue