mirror of
https://github.com/bitwarden/android.git
synced 2026-05-01 04:38:52 -05:00
PM-11140: Update hasMasterPassword logic for key connectors (#3775)
This commit is contained in:
@@ -777,6 +777,7 @@ private val DEFAULT_ACCOUNT = UserState.Account(
|
||||
organizations = emptyList(),
|
||||
needsMasterPassword = false,
|
||||
trustedDevice = null,
|
||||
hasMasterPassword = true,
|
||||
)
|
||||
|
||||
private val DEFAULT_USER_STATE = UserState(
|
||||
|
||||
Reference in New Issue
Block a user