From b1e177419ae8b48b2c875d304725c82d0820c79c Mon Sep 17 00:00:00 2001 From: Shubham Lal Date: Mon, 29 Jan 2024 23:27:19 +0530 Subject: [PATCH] Update Login.jsx --- client/src/pages/login/Login.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/pages/login/Login.jsx b/client/src/pages/login/Login.jsx index aa71b43..377aed2 100644 --- a/client/src/pages/login/Login.jsx +++ b/client/src/pages/login/Login.jsx @@ -7,7 +7,7 @@ const Login = () => { const [passkeyVerify, setPasskeyVerify] = useState(true); return ( - <> +
@@ -110,7 +110,7 @@ const Login = () => {
  • Contact GitHub Support
  • - +
    ) } @@ -129,4 +129,4 @@ const Message = ({ message, type }) => { ) } -export default Login \ No newline at end of file +export default Login