Skip to content

Commit

Permalink
update example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonLe committed Dec 16, 2024
1 parent 6b0f62b commit ee5b408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const googleOAuth = OAuth2Plugin({
return { email: user.email, sub: user.sub };
},
/**
* This param is complete optional to demonstrate customize your own
* This param is optional to demonstrate how to customize your own
* `getToken` function (i.e. add hooks to run after getting the token)
* Leave this blank should you wish to use the default getToken function
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/zitadel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const zitadelOAuth = OAuth2Plugin({
return { email: user.email, sub: user.sub };
},
/**
* This param is complete optional to demonstrate customize your own
* This param is optional to demonstrate how to customize your own
* `getToken` function (i.e. add hooks to run after getting the token)
* Leave this blank should you wish to use the default getToken function
*/
Expand Down

0 comments on commit ee5b408

Please sign in to comment.