You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<buttontype="button"onClick={()=>Auth.federatedSignIn({provider: 'Google'})}>
Sign In with Google
</button>
How to fix
import{CognitoHostedUIIdentityProvider}from'@aws-amplify/auth/lib/types';<buttontype="button"onClick={()=>Auth.federatedSignIn({provider: CognitoHostedUIIdentityProvider.Google})}>
Sign In with Google
</button>
The text was updated successfully, but these errors were encountered:
Example Code and Possible Error
How to fix
The text was updated successfully, but these errors were encountered: