mirror of
https://github.com/bitwarden/android.git
synced 2026-05-01 04:38:52 -05:00
PM-11248: Add isUsingKeyConnector flag to UserState (#3798)
This commit is contained in:
@@ -778,6 +778,7 @@ private val DEFAULT_ACCOUNT = UserState.Account(
|
||||
needsMasterPassword = false,
|
||||
trustedDevice = null,
|
||||
hasMasterPassword = true,
|
||||
isUsingKeyConnector = false,
|
||||
)
|
||||
|
||||
private val DEFAULT_USER_STATE = UserState(
|
||||
|
||||
Reference in New Issue
Block a user