mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 03:08:50 +03:00
Remove needsPasswordReset from isVaultUnlocked logic (#1256)
This commit is contained in:
parent
e0b8405562
commit
bc350773be
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ fun UserStateJson.toUserState(
|
|||
.toEnvironmentUrlsOrDefault(),
|
||||
isPremium = profile.hasPremium == true,
|
||||
isLoggedIn = isLoggedInProvider(userId),
|
||||
isVaultUnlocked = vaultUnlocked && !needsPasswordReset,
|
||||
isVaultUnlocked = vaultUnlocked,
|
||||
needsPasswordReset = needsPasswordReset,
|
||||
organizations = userOrganizationsList
|
||||
.find { it.userId == userId }
|
||||
|
|
Loading…
Add table
Reference in a new issue