mirror of
https://github.com/bitwarden/android.git
synced 2026-06-04 11:46:51 -05:00
Add missing enum valur to ForcePasswordResetReason (#996)
This commit is contained in:
committed by
Álison Fernandes
parent
8779f0236b
commit
042b055ecd
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user