From 1167d2e1085c84cd9cbeefbf81d10af3087d947c Mon Sep 17 00:00:00 2001 From: dloh2236 <94659651+dloh2236@users.noreply.github.com> Date: Sat, 9 Nov 2024 20:25:33 +0800 Subject: [PATCH] Fix UI bug for forgot password button --- frontend/peerprep/app/@landing/sign-in/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/peerprep/app/@landing/sign-in/page.tsx b/frontend/peerprep/app/@landing/sign-in/page.tsx index c1b411af41..add1c72f73 100644 --- a/frontend/peerprep/app/@landing/sign-in/page.tsx +++ b/frontend/peerprep/app/@landing/sign-in/page.tsx @@ -21,7 +21,7 @@ export default function SignInPage() { const [password, setPassword] = useState(""); const [isLoading, setIsLoading] = useState(false); // Loading state for button const [toast, setToast] = useState<{ message: string; type: string } | null>( - null, + null ); const toggleVisibility = () => setIsVisible(!isVisible); @@ -158,10 +158,7 @@ export default function SignInPage() { )} - + Forgot password