From fc1e6439475b15b69cb9d6ced04cdf38906abb3a Mon Sep 17 00:00:00 2001 From: kenkoooo Date: Tue, 26 Dec 2023 22:39:03 +0900 Subject: [PATCH] fix: comment --- src/handlers/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/auth.ts b/src/handlers/auth.ts index 51dc07bd..222e10ce 100644 --- a/src/handlers/auth.ts +++ b/src/handlers/auth.ts @@ -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.