Skip to content

Commit

Permalink
docs: fix typo in callbacks.md [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Feb 1, 2021
1 parent 90a8f7c commit b40e144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/configuration/callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ callbacks: {
* @return {object} JSON Web Token that will be saved
*/
async jwt(token, user, account, profile, isNewUser) {
// Add access_token to the token on signin in
// Add access_token to the token right after signin
if (account?.access_token) {
token.access_token = account.access_token
}
Expand Down

0 comments on commit b40e144

Please sign in to comment.