From fb99b496860ea7fc1360bcb796c1f0ca392e52c8 Mon Sep 17 00:00:00 2001 From: caitlin Date: Fri, 26 Jun 2026 16:53:37 +0200 Subject: [PATCH] Fix for route --- src/app/login/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index f995599..2c9542e 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -1,7 +1,7 @@ "use client" import { useState, useEffect, useRef } from "react" -import { useSearchParams } from "next/navigation" +import { useSearchParams, useRouter } from "next/navigation" import { Eye, EyeOff, Loader2 } from "lucide-react" const waves = [