From 360e487fbd658b2bab25aa1cd8c7a53d600e3074 Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 26 Dec 2025 14:57:45 +0100 Subject: style(ui): minor formatting updates to pages --- src/app/signup/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/signup/page.tsx') diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx index ab5b4d4..095b080 100644 --- a/src/app/signup/page.tsx +++ b/src/app/signup/page.tsx @@ -58,7 +58,7 @@ export default function SignUpPage() { router.push("/login") }, 2000) - } catch (error) { + } catch { setError("An unexpected error occurred") } finally { setIsLoading(false) -- cgit v1.3.1