@@ -160,8 +172,23 @@ export default function Login() {
Forgot Password
*/}
- {loginError &&
Invalid username or password- Please reset your password or create a new account
}
- {msgError &&
{msgError}
}
+ {loginError && (
+
+ Invalid username or password- Please{" "}
+
+ reset your password
+ {" "}
+ or{" "}
+
+ create a new account
+
+
+ )}
+ {msgError && (
+
+ {msgError}
+
+ )}
{/*
@@ -188,7 +215,10 @@ export default function Login() {
*/}
-
This site is protected by hCaptcha and the our Privacy Policy and Terms of Service apply.
+
+ This site is protected by hCaptcha and the our Privacy Policy
+ and Terms of Service apply.
+