Skip to content

Commit

Permalink
Update oauth.ts
Browse files Browse the repository at this point in the history
Closes #7608

Co-authored-by: aaazzz <akrm@hey.com>
  • Loading branch information
balazsorban44 and aaazzz committed Jun 1, 2023
1 parent 14f8f0c commit 9417822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-auth/src/providers/oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export type TokenEndpointHandler = EndpointHandler<
params: CallbackParamsType
/**
* When using this custom flow, make sure to do all the necessary security checks.
* Thist object contains parameters you have to match against the request to make sure it is valid.
* This object contains parameters you have to match against the request to make sure it is valid.
*/
checks: OAuthChecks
},
Expand Down

1 comment on commit 9417822

@vercel
Copy link

@vercel vercel bot commented on 9417822 Jun 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.