diff options
| author | schererleander <leander@schererleander.de> | 2025-12-26 14:57:45 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-12-26 14:57:45 +0100 |
| commit | 360e487fbd658b2bab25aa1cd8c7a53d600e3074 (patch) | |
| tree | 30c3e1a00046a46806508c4be045c9b72bbaab19 /src/app/signup/page.tsx | |
| parent | 669f7679da4c126838f7b516c0cc415be1ea524a (diff) | |
style(ui): minor formatting updates to pages
Diffstat (limited to 'src/app/signup/page.tsx')
| -rw-r--r-- | src/app/signup/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
