The output returned by confirmSignUp has signUpStep:'DONE' and not signUpStep:'COMPLETE_AUTO_SIGN_IN'. #14120
Labels
Auth
Related to Auth components/category
pending-community-response
Issue is pending a response from the author or community.
question
General question
React Native
React Native related issue
Before opening, please confirm:
JavaScript Framework
React Native
Amplify APIs
Authentication
Amplify Version
v6
Amplify Categories
auth
Backend
Amplify CLI
Environment information
Describe the bug
I have
autoSignIn: true
option set while calling signUp method. signUpVerificationMethod is set to 'code'.Upon clicking on the verification link, my app is opened and confirmSignUp method is invoked with the email and code obtained from the link.
The signUpStep in the result of calling confirmSignUp is "DONE" instead of "COMPLETE_AUTO_SIGN_IN", hence autoSignIn is not possible.
Expected behavior
The signUpStep in the result of calling confirmSignUp should be "COMPLETE_AUTO_SIGN_IN"
Reproduction steps
Code Snippet
// Put your code below this line.
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
No response
Mobile Operating System
No response
Mobile Browser
No response
Mobile Browser Version
No response
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: