BIT-1451, BIT-1453: logout on failed attempts (#833)

This commit is contained in:
David Perez
2024-01-28 13:07:16 -06:00
committed by Álison Fernandes
parent b3fa33a02c
commit a88f28e5bc
2 changed files with 7 additions and 10 deletions

View File

@@ -125,8 +125,7 @@ class VaultUnlockViewModel @Inject constructor(
}
private fun handleBiometricsLockOut() {
// TODO: Handle biometrics lockout (BIT-1451)
sendEvent(VaultUnlockEvent.ShowToast("Lock out not yet implemented".asText()))
authRepository.logout()
}
private fun handleBiometricsUnlockClick() {