From 2957d6bdad1b8145b8719283f49a90686ff33bb7 Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 6 Feb 2026 12:02:57 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../com/tangem/features/hotwallet/accesscode/AccessCodeModel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/hot-wallet/impl/src/main/kotlin/com/tangem/features/hotwallet/accesscode/AccessCodeModel.kt b/features/hot-wallet/impl/src/main/kotlin/com/tangem/features/hotwallet/accesscode/AccessCodeModel.kt index 1da4a1c296..3ae84d85b1 100644 --- a/features/hot-wallet/impl/src/main/kotlin/com/tangem/features/hotwallet/accesscode/AccessCodeModel.kt +++ b/features/hot-wallet/impl/src/main/kotlin/com/tangem/features/hotwallet/accesscode/AccessCodeModel.kt @@ -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,