diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index 2498101..4f1f10b 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -245,6 +245,9 @@ export default function Login() {
+ + {/* HIDES THIS IF USER SESSION HAS EXPIRED */} + {sessionExpired != 'true' &&
{/*

Sign In to WrenchBoard @@ -259,11 +262,12 @@ export default function Login() {

+ } {/* SHOWS THIS IF USER SESSION HAS EXPIRED */} {sessionExpired == 'true' && -
-

Your session expired and will need to login again

+
+

Your session expired and will need to login again

}