File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export const googleOAuth = OAuth2Plugin({
3232 return { email : user . email , sub : user . sub } ;
3333 } ,
3434 /**
35- * This param is complete optional to demonstrate customize your own
35+ * This param is optional to demonstrate how to customize your own
3636 * `getToken` function (i.e. add hooks to run after getting the token)
3737 * Leave this blank should you wish to use the default getToken function
3838 */
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export const zitadelOAuth = OAuth2Plugin({
3636 return { email : user . email , sub : user . sub } ;
3737 } ,
3838 /**
39- * This param is complete optional to demonstrate customize your own
39+ * This param is optional to demonstrate how to customize your own
4040 * `getToken` function (i.e. add hooks to run after getting the token)
4141 * Leave this blank should you wish to use the default getToken function
4242 */
You can’t perform that action at this time.
0 commit comments