diff --git a/features/wallet/impl/src/main/kotlin/io/element/android/features/wallet/impl/storage/CardanoKeyStorageImpl.kt b/features/wallet/impl/src/main/kotlin/io/element/android/features/wallet/impl/storage/CardanoKeyStorageImpl.kt index 99c175e37b..4cb8643ea6 100644 --- a/features/wallet/impl/src/main/kotlin/io/element/android/features/wallet/impl/storage/CardanoKeyStorageImpl.kt +++ b/features/wallet/impl/src/main/kotlin/io/element/android/features/wallet/impl/storage/CardanoKeyStorageImpl.kt @@ -190,7 +190,7 @@ class CardanoKeyStorageImpl @Inject constructor( .setEncryptionPaddings(KeyProperties.ENCRYPTION_PADDING_NONE) .setKeySize(AES_KEY_SIZE) .setUserAuthenticationRequired(true) - .setUserAuthenticationValidityDurationSeconds(-1) + .setUserAuthenticationValidityDurationSeconds(30) .setInvalidatedByBiometricEnrollment(true) .build()