From 84a13179c6baa9d1c156753c937f4a7db96cba30 Mon Sep 17 00:00:00 2001 From: semaphoresentinel <149366454+semaphoresentinel@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:36:56 +0800 Subject: [PATCH] fix: loading error --- src/app/auth-callback/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/auth-callback/page.tsx b/src/app/auth-callback/page.tsx index 5261cfe..261d166 100644 --- a/src/app/auth-callback/page.tsx +++ b/src/app/auth-callback/page.tsx @@ -95,7 +95,7 @@ export default function AuthCallback() { }, [getToken]); return (
- {false ? ( + {error ? (
{error}
) : (