Updated on 2026-08-14
This commit is contained in:
parent
13735f1125
commit
2957d6bdad
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue