Skip to content

Commit

Permalink
fix: comment (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkoooo committed Jan 2, 2024
1 parent 012ff73 commit e1d747e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ type ErrorHandlers = {
* export const GET = handleAuth();
* ```
*
* This will create 5 handlers for the following urls:
* This will create 4 handlers for the following urls:
*
* - `/api/auth/login`: log the user in to your app by redirecting them to your identity provider.
* - `/api/auth/callback`: The page that your identity provider will redirect the user back to on login.
Expand Down

0 comments on commit e1d747e

Please sign in to comment.