From 76a7dc5e65c18e337134e48e36f179acf650eef7 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Sun, 21 Dec 2025 12:59:06 -0500 Subject: [PATCH] narrowing --- src/routes/login/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/login/index.tsx b/src/routes/login/index.tsx index 555c343..e99fb68 100644 --- a/src/routes/login/index.tsx +++ b/src/routes/login/index.tsx @@ -615,7 +615,7 @@ export default function LoginPage() {
{/* Google OAuth */} {register() ? "Register " : "Sign in "} with Google @@ -626,7 +626,7 @@ export default function LoginPage() { {/* GitHub OAuth */} {register() ? "Register " : "Sign in "} with Github