Skip to content

Commit

Permalink
Update docs/docs/tutorial/chapter4/authentication.md
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Colapietro <petercolapietro+github@gmail.com>
  • Loading branch information
Avataw and virtuoushub authored Jun 2, 2022
1 parent 4f6b9d5 commit dc5d0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/chapter4/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ export const requireAuth = ({ roles }: { roles?: AllowedRoles } = {}) => {
:::caution
At this point of the tutorial we have **not added roles** to our user model yet, therefore you can ignore the following error:
At this point of the tutorial we have **not added roles** to our user model yet, therefore you can ignore the following error:
`Property 'roles' does not exist on type '{ id: number; email: string; }'.`
Expand Down

0 comments on commit dc5d0a7

Please sign in to comment.