From 0a5e4b9b7bbc7f6572f3c0fb6991c4f5023f8529 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 2 Nov 2017 17:13:06 -0700 Subject: [PATCH] Fixed inconsistent required field indicator --- resources/views/account/change-password.blade.php | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/resources/views/account/change-password.blade.php b/resources/views/account/change-password.blade.php index f91016287f..e612769eb2 100755 --- a/resources/views/account/change-password.blade.php +++ b/resources/views/account/change-password.blade.php @@ -21,18 +21,16 @@
-
+
{!! $errors->first('current_password', ' :message') !!}
- -
+ +
{!! $errors->first('password', ' :message') !!}
@@ -40,10 +38,8 @@
- -
+ +
{!! $errors->first('password_confirm', ' :message') !!} @if (config('app.lock_passwords'))