From 7edaaf831e90a94610654b409ba9f55d42a4871c Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Tue, 19 Jul 2022 20:44:54 +1000 Subject: [PATCH] important --- public/css/app.css | 4 ++++ resources/views/auth/login.blade.php | 1 + resources/views/auth/register.blade.php | 1 + 3 files changed, 6 insertions(+) diff --git a/public/css/app.css b/public/css/app.css index 0f31353..6b268d9 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -119,6 +119,10 @@ top: 11px; color: black; } +.important { + color: red; + font-weight: bold; +} #yes, #no { width: 50%; diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 56443c5..c9e6f98 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -44,6 +44,7 @@ @endif
Don't forget your password! Passwords are currently non-recoverable.
@error('password') {{ $message }} diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index aa8ff58..a776cb2 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -76,6 +76,7 @@Don't reuse passwords, and don't use a simple one!
Passwords must be 8 or more characters, with 1 capital letter, 1 symbol and 1 number.
+Don't forget your password! Passwords are currently non-recoverable.
@error('password')