Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-10 04:50:44 +03:00
parent f89ab30e5a
commit 64fda96648
9 changed files with 56 additions and 23 deletions

View file

@ -254,7 +254,7 @@ internal class WelcomeModel @Inject constructor(
}
private suspend fun canUnlockWithBiometrics(): Boolean {
return canUseBiometryUseCase() && walletsRepository.useBiometricAuthentication()
return canUseBiometryUseCase.strict() && walletsRepository.useBiometricAuthentication()
}
suspend fun nonBiometricUnlockWallet(userWalletId: UserWalletId) {