Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-06 12:02:57 +03:00
parent 13735f1125
commit 2957d6bdad

View file

@ -248,7 +248,7 @@ internal class AccessCodeModel @Inject constructor(
auth = HotAuth.Password(accessCode.toCharArray()),
)
if (walletsRepository.requireAccessCode().not()) {
if (walletsRepository.requireAccessCode().not() && canUseBiometryUseCase()) {
updatedHotWalletId = tangemHotSdk.changeAuth(
unlockHotWallet = unlockHotWallet,
auth = HotAuth.Biometry,