PM-11140: Update hasMasterPassword logic for key connectors (#3775)

This commit is contained in:
David Perez
2024-08-19 15:13:31 -05:00
committed by GitHub
parent 9e372c29d1
commit 397c78b4af
33 changed files with 81 additions and 38 deletions

View File

@@ -777,6 +777,7 @@ private val DEFAULT_ACCOUNT = UserState.Account(
organizations = emptyList(),
needsMasterPassword = false,
trustedDevice = null,
hasMasterPassword = true,
)
private val DEFAULT_USER_STATE = UserState(