PM-11248: Add isUsingKeyConnector flag to UserState (#3798)

This commit is contained in:
David Perez
2024-08-21 14:24:34 -05:00
committed by GitHub
parent 3b3b9ef33b
commit 5761e9510a
37 changed files with 330 additions and 3 deletions

View File

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