From 1bd187331c57de8824a8bbca0569480958ddceb0 Mon Sep 17 00:00:00 2001 From: Raja Oktafrianto Date: Wed, 19 Mar 2025 17:31:48 +0700 Subject: [PATCH] hidden show password & delete history path --- src/auth/RequireAuth.tsx | 2 +- src/auth/pages/jwt/Login.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/auth/RequireAuth.tsx b/src/auth/RequireAuth.tsx index 5ebd34a..835bd74 100644 --- a/src/auth/RequireAuth.tsx +++ b/src/auth/RequireAuth.tsx @@ -12,7 +12,7 @@ const RequireAuth = () => { return ; } - return auth ? : ; + return auth ? : ; }; export { RequireAuth }; diff --git a/src/auth/pages/jwt/Login.tsx b/src/auth/pages/jwt/Login.tsx index bea522e..28a283f 100644 --- a/src/auth/pages/jwt/Login.tsx +++ b/src/auth/pages/jwt/Login.tsx @@ -121,7 +121,7 @@ const Login = () => { })} onKeyPress={handleKeyPress} /> -