Skip to content

Commit efba1e3

Browse files
committed
Saving the Dpop thumbprint
1 parent 29c94ab commit efba1e3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -897,8 +897,7 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
897897
callback.onFailure(
898898
CredentialsManagerException(
899899
CredentialsManagerException.Code.MFA_REQUIRED,
900-
error.message
901-
?: "Multi-factor authentication is required to complete the credential renewal.",
900+
error.message ?: "Multi-factor authentication is required to complete the credential renewal.",
902901
error,
903902
error.mfaRequiredErrorPayload
904903
)
@@ -1056,8 +1055,7 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
10561055
callback.onFailure(
10571056
CredentialsManagerException(
10581057
CredentialsManagerException.Code.MFA_REQUIRED,
1059-
error.message
1060-
?: "Multi-factor authentication is required to complete the credential renewal.",
1058+
error.message ?: "Multi-factor authentication is required to complete the credential renewal.",
10611059
error,
10621060
error.mfaRequiredErrorPayload
10631061
)

0 commit comments

Comments
 (0)