aboutsummaryrefslogtreecommitdiff
path: root/src/app/signup
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/signup')
-rw-r--r--src/app/signup/page.tsx2
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)