Cannot cancel sign-in flow #2604
Labels
auth
Related to the Auth category/plugins
closing soon
This issue will be closed in 7 days unless further comments are made.
not-reproducible
Not able to reproduce the issue
question
General question
Before opening, please confirm:
Language and Async Model
Kotlin - Coroutines
Amplify Categories
Authentication
Gradle script dependencies
Environment information
Please include any relevant guides or documentation you're referencing
No response
Describe the bug
After calling
Amplify.Auth.signIn(email)
and transitioned to theSigningIn
state where the user is supposed to enter a token, I am not able to cancel the sign in flow so I can re-authenticate with other credentials.I always get
Auth state is an invalid state, cannot process the request.
. Is there a way to cancel the current sign in flow so I can restart?Reproduction steps (if applicable)
No response
Code Snippet
// Put your code below this line.
Log output
amplifyconfiguration.json
No response
GraphQL Schema
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: