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 f161f81 commit 3bda5e2Copy full SHA for 3bda5e2
authenticator/src/main/java/com/amplifyframework/ui/authenticator/AuthenticatorViewModel.kt
@@ -462,6 +462,7 @@ internal class AuthenticatorViewModel(application: Application) : AndroidViewMod
462
//endregion
463
464
private suspend fun handleAuthException(error: AuthException) {
465
+ logger.warn("Encountered AuthException: $error")
466
val state = getState<BaseStateImpl>() ?: return
467
when (error) {
468
is InvalidParameterException -> {
0 commit comments