From 0e65c055058672fb8e526ee78c30d7e976102a01 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Sat, 8 Jul 2023 14:13:10 +0100 Subject: [PATCH] checks for valid email pattern before signing up an account --- src/components/AuthPages/AuthLayout.jsx | 4 +- src/components/AuthPages/Login/index.jsx | 12 +- src/components/AuthPages/SignUp/index.jsx | 345 ++++++++++------------ src/index.css | 4 - 4 files changed, 158 insertions(+), 207 deletions(-) diff --git a/src/components/AuthPages/AuthLayout.jsx b/src/components/AuthPages/AuthLayout.jsx index 5ad1efe..2a34b1f 100644 --- a/src/components/AuthPages/AuthLayout.jsx +++ b/src/components/AuthPages/AuthLayout.jsx @@ -38,8 +38,8 @@ export default function LoginLayout({ slogan, children }) {
-

- © 2023 - {" "} +

+ © {new Date().getFullYear()} - WrenchBoard {" "} diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index 10905f7..6bb64dd 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -210,8 +210,8 @@ export default function Login() {

- {/**/} - {/* */} - {/* Sign in with Facebook*/} - {/**/} -
-
- - OR - -
-
-
- -
-
- -
-
- -
-
-
- -
-
- -
- {msgError && ( -
- {msgError} -
+ )} -
-
- - - I agree with all - - terms and condition - - -
-
-
-
- -
-
-
+ + + I agree with all + + terms and condition + + +
+ +
+
+
-
-
- - About - - - Services - - - Contact Us - -
-
-
-

- © 2023 -{" "} - - WrenchBoard - {" "} -

-
- + ); } diff --git a/src/index.css b/src/index.css index cba53b6..9ddfa0b 100644 --- a/src/index.css +++ b/src/index.css @@ -937,8 +937,4 @@ TODO: Responsive =========================== /* TO REMOVE SLIDER COMPONENT FROM CENTRALIZED */ .slider-left .slick-slider .slick-track{ margin: 0; -} - -.login-type-btn{ - box-shadow: 0 0 0.8rem #00000080; } \ No newline at end of file