Skip to content

Commit 0c48c23

Browse files
committed
Resolved merge conflicts
2 parents c0b6095 + 6513d7d commit 0c48c23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth0/src/main/java/com/auth0/android/authentication/storage/SecureCredentialsManager.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,7 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
12141214
if (lastAuth == NO_SESSION) return false // No session exists
12151215
val policy = localAuthenticationOptions?.policy ?: BiometricPolicy.Always
12161216
return when (policy) {
1217+
12171218
is BiometricPolicy.Session,
12181219
is BiometricPolicy.AppLifecycle -> {
12191220
val timeoutMillis = when (policy) {

0 commit comments

Comments
 (0)