From 29cec581224c12f00e70e9a9a50a50b519312d50 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 25 Jan 2024 21:54:31 +0100 Subject: [PATCH] login box adjustment --- src/components/AuthPages/AuthLayout2.jsx | 12 ++++++------ src/components/AuthPages/ForgotPassword/index2.jsx | 2 +- src/components/AuthPages/Login/index2.jsx | 2 +- src/components/AuthPages/SignUp/index2.jsx | 2 +- src/components/AuthPages/UpdatePassword/index2.jsx | 2 +- src/components/AuthPages/VerifyLink/index2.jsx | 2 +- src/components/AuthPages/VerifyPassword/index2.jsx | 2 +- src/components/AuthPages/VerifyYou/index2.jsx | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/AuthPages/AuthLayout2.jsx b/src/components/AuthPages/AuthLayout2.jsx index 641902e..1e7fcb7 100644 --- a/src/components/AuthPages/AuthLayout2.jsx +++ b/src/components/AuthPages/AuthLayout2.jsx @@ -12,17 +12,17 @@ export default function LoginLayout({ slogan, children }) { const {countryMode} = useContext(DarkModeContext); return ( -
-
+
+
{/* */}
-
+
{children && children}
@@ -56,7 +56,7 @@ export default function LoginLayout({ slogan, children }) {

- © {new Date().getFullYear()} - + © {new Date().getFullYear()} - WrenchBoard {" "} diff --git a/src/components/AuthPages/ForgotPassword/index2.jsx b/src/components/AuthPages/ForgotPassword/index2.jsx index ae7e77f..76f0ac6 100644 --- a/src/components/AuthPages/ForgotPassword/index2.jsx +++ b/src/components/AuthPages/ForgotPassword/index2.jsx @@ -99,7 +99,7 @@ export default function ForgotPassword() {

-
+
{msgSuccess == null ? <>
diff --git a/src/components/AuthPages/Login/index2.jsx b/src/components/AuthPages/Login/index2.jsx index 9763c86..0e920f5 100644 --- a/src/components/AuthPages/Login/index2.jsx +++ b/src/components/AuthPages/Login/index2.jsx @@ -264,7 +264,7 @@ export default function Login() {
{/*
*/}
-
+
{/* HIDES THIS IF USER SESSION HAS EXPIRED */} {sessionExpired != "true" && (
diff --git a/src/components/AuthPages/SignUp/index2.jsx b/src/components/AuthPages/SignUp/index2.jsx index 2ee3637..e0f57f1 100644 --- a/src/components/AuthPages/SignUp/index2.jsx +++ b/src/components/AuthPages/SignUp/index2.jsx @@ -158,7 +158,7 @@ export default function SignUp() {
-
+

Create Account diff --git a/src/components/AuthPages/UpdatePassword/index2.jsx b/src/components/AuthPages/UpdatePassword/index2.jsx index 49567dc..bbced1e 100644 --- a/src/components/AuthPages/UpdatePassword/index2.jsx +++ b/src/components/AuthPages/UpdatePassword/index2.jsx @@ -19,7 +19,7 @@ export default function UpdatePassword() { {updated === false ? (
-
+

Update Password diff --git a/src/components/AuthPages/VerifyLink/index2.jsx b/src/components/AuthPages/VerifyLink/index2.jsx index c305b04..bda6a11 100644 --- a/src/components/AuthPages/VerifyLink/index2.jsx +++ b/src/components/AuthPages/VerifyLink/index2.jsx @@ -132,7 +132,7 @@ export default function VerifyLink() {

-
+

{linkSuccess diff --git a/src/components/AuthPages/VerifyPassword/index2.jsx b/src/components/AuthPages/VerifyPassword/index2.jsx index 47b220a..0d3c89b 100644 --- a/src/components/AuthPages/VerifyPassword/index2.jsx +++ b/src/components/AuthPages/VerifyPassword/index2.jsx @@ -152,7 +152,7 @@ const VerifyPassword = () => { {requestStatus.loading ? ( ) : !requestStatus.loading && requestStatus.status ? ( -
+
{linkSuccess == null ? ( <>
diff --git a/src/components/AuthPages/VerifyYou/index2.jsx b/src/components/AuthPages/VerifyYou/index2.jsx index 09d0635..5c28f52 100644 --- a/src/components/AuthPages/VerifyYou/index2.jsx +++ b/src/components/AuthPages/VerifyYou/index2.jsx @@ -18,7 +18,7 @@ export default function VerifyYou() {
-
+

Let's verify your email now