diff --git a/apps/readest-app/src/app/auth/error/page.tsx b/apps/readest-app/src/app/auth/error/page.tsx index a787fa4b..a2dee522 100644 --- a/apps/readest-app/src/app/auth/error/page.tsx +++ b/apps/readest-app/src/app/auth/error/page.tsx @@ -11,7 +11,7 @@ export default function AuthErrorPage() { useEffect(() => { const timer = setTimeout(() => { router.push('/auth'); - }, 5000); + }, 3000); return () => clearTimeout(timer); }, [router]); @@ -20,10 +20,6 @@ export default function AuthErrorPage() {
- Something went wrong during the authentication process. Please try again. -
You will be redirected to the login page shortly...