Clear MP field when switching account on unlock screen (#1178)

This commit is contained in:
Patrick Honkonen
2024-03-27 18:00:37 -04:00
committed by Álison Fernandes
parent 166a39354a
commit 9253a7b682
2 changed files with 32 additions and 0 deletions

View File

@@ -259,6 +259,7 @@ class VaultUnlockViewModel @Inject constructor(
email = activeAccountSummary.email,
isBiometricEnabled = userState.activeAccount.isBiometricsEnabled,
vaultUnlockType = userState.activeAccount.vaultUnlockType,
input = "",
)
}
}