Skip to content

Commit 1c5173a

Browse files
authored
docs(callbacks): fix typo (#2363)
1 parent 35ce332 commit 1c5173a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/docs/configuration/callbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ callbacks: {
7070

7171
You can check for the `verificationRequest` property to avoid sending emails to addresses or domains on a blocklist (or to only explicitly generate them for email address in an allow list).
7272

73-
* When using the **Credentials Provider** the `user` object is the response returned from the `authorization` callback and the `profile` object is the raw body of the `HTTP POST` submission.
73+
* When using the **Credentials Provider** the `user` object is the response returned from the `authorize` callback and the `profile` object is the raw body of the `HTTP POST` submission.
7474

7575
:::note
7676
When using NextAuth.js with a database, the User object will be either a user object from the database (including the User ID) if the user has signed in before or a simpler prototype user object (i.e. name, email, image) for users who have not signed in before.

0 commit comments

Comments
 (0)