From a99c4e5ea2a0ea34f6ae689fc4c652db15834347 Mon Sep 17 00:00:00 2001 From: Fayzan Naufal Suparjo <68143025+ryoojiz@users.noreply.github.com> Date: Mon, 12 May 2025 18:47:00 +0700 Subject: [PATCH] slight oops, fixed unicode issue --- src/pages/auth/login/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/auth/login/index.tsx b/src/pages/auth/login/index.tsx index 236a36b..5b4f140 100644 --- a/src/pages/auth/login/index.tsx +++ b/src/pages/auth/login/index.tsx @@ -205,7 +205,7 @@ export default function Login() { {(props) => (
- Enter your email address below and we'll send you a link to reset your password. + Enter your email address below and we'll send you a link to reset your password. {({ field, form }: any) => ( @@ -225,7 +225,6 @@ export default function Login() { Cancel