Skip to content

Commit

Permalink
docs: fix response body from tokens to token in quick-start docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Syafiqjos committed Jan 24, 2024
1 parent 0bc80f7 commit 31da226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/1.getting-started/3.quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The backend must accept a request with a body like:
and return a token that can be used to authenticate future requests in the response body, e.g., like:
```ts
{
tokens: {
token: {
accessToken: 'eyBlaBlub'
}
}
Expand Down Expand Up @@ -142,7 +142,7 @@ The backend must accept a request with a body like:
and return a token that can be used to authenticate future requests in the response body, e.g., like:
```ts
{
tokens: {
token: {
accessToken: 'eyBlaBlub'
refreshToken: 'eyBlaubwww'
}
Expand Down

0 comments on commit 31da226

Please sign in to comment.