We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012ff73 commit e1d747eCopy full SHA for e1d747e
src/handlers/auth.ts
@@ -108,7 +108,7 @@ type ErrorHandlers = {
108
* export const GET = handleAuth();
109
* ```
110
*
111
- * This will create 5 handlers for the following urls:
+ * This will create 4 handlers for the following urls:
112
113
* - `/api/auth/login`: log the user in to your app by redirecting them to your identity provider.
114
* - `/api/auth/callback`: The page that your identity provider will redirect the user back to on login.
0 commit comments