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} /> -