From 3332bbe072cbd0df8acf002ff667e137dbda21fd Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 29 Jun 2021 10:27:44 -0700 Subject: [PATCH] Removed unused properties on login MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This may be dumb anyway - we probably don’t need to make so many round trips to the server just to see if things are required or not… But I’d really like to standardize the validation across the system Signed-off-by: snipe --- resources/views/livewire/login-form.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/login-form.blade.php b/resources/views/livewire/login-form.blade.php index bc3efa3914..c59c5da312 100644 --- a/resources/views/livewire/login-form.blade.php +++ b/resources/views/livewire/login-form.blade.php @@ -41,7 +41,7 @@ {{ trans('admin/users/table.username') }} - + @error('username') {{ $message }} @@ -53,7 +53,7 @@ {{ trans('admin/users/table.password') }} - + @error('password') {{ $message }}