Skip to content

Commit

Permalink
Update docs/docs/guides/tutorials/userId.mdx
Browse files Browse the repository at this point in the history
Suggesting the user where to use the function instead of specifying it
Commit Type: docs

Co-authored-by: Frederic Jahn <[email protected]>
  • Loading branch information
Esther-Lita and FreddyDevelop authored Sep 27, 2023
1 parent 1d73441 commit 24b3d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/tutorials/userId.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ async function getEmail() {
}
```
And call `getEmail()` inside of the callback used to redirect after a successful authentication:
And call `getEmail()` where you need the user data (e.g. a navigation bar, etc).

0 comments on commit 24b3d93

Please sign in to comment.