mirror of
https://github.com/bitwarden/android.git
synced 2026-06-06 06:17:21 -05:00
BIT-1451, BIT-1453: logout on failed attempts (#833)
This commit is contained in:
committed by
Álison Fernandes
parent
b3fa33a02c
commit
a88f28e5bc
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user