Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-22 20:26:37 +03:00
parent 8a1b7f8e82
commit ed58286a8c
7 changed files with 26 additions and 10 deletions

View file

@ -21,6 +21,7 @@ internal class DefaultVisaAuthTokenStorage @Inject constructor(
private val secureStorage by lazy {
AndroidSecureStorageV2(
appContext = applicationContext,
useStrongBox = false,
name = "visa_auth_storage",
)
}

View file

@ -21,6 +21,7 @@ class DefaultVisaOTPStorage @Inject constructor(
private val secureStorage by lazy {
AndroidSecureStorageV2(
appContext = applicationContext,
useStrongBox = false,
name = "visa_otp_storage",
)
}