Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/auth/add-social-provider/…
Browse files Browse the repository at this point in the history
…index.mdx

Co-authored-by: Rene Brandel <[email protected]>
  • Loading branch information
elorzafe and renebrandel authored Dec 6, 2023
1 parent d0418bd commit 8765fd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ function App(): JSX.Element {
getUser();
break;
case "signInWithRedirect_failure":
setError("An error has ocurred during the Oauth flow.");
setError("An error has ocurred during the OAuth flow.");
break;
case "customOAuthState":
setCustomState(payload.data); // this is the customState provided on signInWithRedirect function
Expand Down

0 comments on commit 8765fd2

Please sign in to comment.