Questions tagged [ui-react]

1 questions
1
vote
1 answer

Amplify `authState` stays `unauthenticated` after successful login - need to force-refresh useAuthenticator authState [React]

I am using Amplify auth to handle authentication. However, after I do the Auth.signIn() and Auth.confirmSignIn() (for the user to enter the 6-digit code), the value returned from the hook useAuthenticator for authStatus is 'unauthenticated' and for…