From fe68a0776c07a853683bad10e6f461168d5469d8 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 5 Nov 2024 15:09:09 -0800 Subject: [PATCH] refac Co-Authored-By: ziweiwang <47988425+wilsonziweiwang@users.noreply.github.com> --- src/routes/auth/+page.svelte | 90 ++++++++++++++++++++++-------------- 1 file changed, 56 insertions(+), 34 deletions(-) diff --git a/src/routes/auth/+page.svelte b/src/routes/auth/+page.svelte index 7090238e5..169c1156f 100644 --- a/src/routes/auth/+page.svelte +++ b/src/routes/auth/+page.svelte @@ -1,25 +1,31 @@