We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e8d4b commit 522f7bcCopy full SHA for 522f7bc
auth0/src/main/java/com/auth0/android/authentication/storage/SecureCredentialsManager.kt
@@ -551,7 +551,7 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
551
try {
552
bridgeCredentials = gson.fromJson(json, OptionalCredentials::class.java)
553
} catch (ex: NullPointerException) {
554
- callback.onFailure(CredentialsManagerException("Credentials could not be retrieved.", ex))
+ callback.onFailure(CredentialsManagerException("Credentials could not be retrieved."))
555
decryptCallback = null
556
return@execute
557
}
0 commit comments