Skip to content

Commit

Permalink
Merge pull request #75 from kantuni/patch-6
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ryan-haskell committed Apr 19, 2023
2 parents bb84672 + a88eb48 commit d26d3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/user-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ update msg model =

This `/api/me` endpoint returned more user data, and we want it to be available on all of our auth-only pages. For that reason, we're going to pass in more information to our `Effect.signIn` function– and update `Auth.User` to store the extra fields.

When we make these changes, this means that all auth-only pages will have access to am id, name, profile picture, email, and a token for sending API requests.
When we make these changes, this means that all auth-only pages will have access to an id, name, profile picture, email, and a token for sending API requests.

::: tip Elm has your back!

Expand Down

0 comments on commit d26d3e8

Please sign in to comment.