Skip to content

Commit e1d747e

Browse files
authored
fix: comment (auth0#1617)
1 parent 012ff73 commit e1d747e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/auth.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ type ErrorHandlers = {
108108
* export const GET = handleAuth();
109109
* ```
110110
*
111-
* This will create 5 handlers for the following urls:
111+
* This will create 4 handlers for the following urls:
112112
*
113113
* - `/api/auth/login`: log the user in to your app by redirecting them to your identity provider.
114114
* - `/api/auth/callback`: The page that your identity provider will redirect the user back to on login.

0 commit comments

Comments
 (0)