File tree Expand file tree Collapse file tree
auth0/src/main/java/com/auth0/android/authentication/storage Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments