From 5d4cbc7a1ca4451c6dcfce3bfe78a69f8069cd76 Mon Sep 17 00:00:00 2001 From: Chief Bube Date: Thu, 19 Oct 2023 04:44:38 -0700 Subject: [PATCH] Added wallpaper to the Authentication Page --- components/Authentication/SignInForm.js | 27 +++--------------- .../Authentication/signinform.module.css | 20 +++++++++++++ components/_App/Layout.js | 13 +++++++-- middlewares/AuthRoute.js | 2 +- public/images/auth/cms_home.jpg | Bin 0 -> 453763 bytes .../images/logos/android-chrome-512x512.png | Bin 0 -> 85888 bytes 6 files changed, 36 insertions(+), 26 deletions(-) create mode 100644 components/Authentication/signinform.module.css create mode 100644 public/images/auth/cms_home.jpg create mode 100644 public/images/logos/android-chrome-512x512.png diff --git a/components/Authentication/SignInForm.js b/components/Authentication/SignInForm.js index 2e2e2f1..acede24 100644 --- a/components/Authentication/SignInForm.js +++ b/components/Authentication/SignInForm.js @@ -7,7 +7,7 @@ import TextField from "@mui/material/TextField"; import Button from "@mui/material/Button"; import FormControlLabel from "@mui/material/FormControlLabel"; import Checkbox from "@mui/material/Checkbox"; -import styles from "@/components/Authentication/Authentication.module.css"; +import styles from "./signinform.module.css"; import WrenchBoardLogo from "@/public/images/logos/wrenchboard-logo.png"; const SignInForm = () => { @@ -22,7 +22,7 @@ const SignInForm = () => { return ( <> -
+
{ mb="60px" > logo - + Sign In{" "} @@ -116,25 +116,6 @@ const SignInForm = () => { - - - - } - label="Remember me." - /> - - - - - Forgot your password? - - -