Skip to content

Commit

Permalink
Fixed typo, updated title (#8313)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebenson authored May 13, 2023
1 parent 4ef0e6b commit c7fe0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/how-to/dbauth-passwordless.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const schema = gql`
deleteUser(id: Int!): User! @requireAuth
generateToken(email: String!): userTokenResponse! @skipAuth
}
`
```

### 4. Modify the auth function

Expand Down Expand Up @@ -620,7 +620,7 @@ You should see the changes and it should look like this!
![image](https://user-images.githubusercontent.com/638764/220204883-800829ab-e037-41e1-a2da-d47923c4d20c.png)
### 7. Updating the routes
### 9. Updating the routes
The last thing we need to to do is update the routes to use the new page.
```jsx title="/web/src/Routes.js"
Expand Down

0 comments on commit c7fe0a6

Please sign in to comment.