From 0b34207148aa8efad4392c2bf7d960cb39278671 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 3 Apr 2024 15:02:11 +0200 Subject: [PATCH] Update form input attributes for login and two-factor-challenge pages --- resources/views/auth/login.blade.php | 10 +++++----- resources/views/auth/two-factor-challenge.blade.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index f51632379..40505c77a 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -8,7 +8,7 @@
@csrf - @env('local') + {{-- @env('local') @@ -18,14 +18,14 @@ {{ __('auth.forgot_password') }}? - @else - - + {{ __('auth.forgot_password') }}? - @endenv + {{-- @endenv --}} {{ __('auth.login') }} @if (!$is_registration_enabled) diff --git a/resources/views/auth/two-factor-challenge.blade.php b/resources/views/auth/two-factor-challenge.blade.php index b5fc28e51..6761992a9 100644 --- a/resources/views/auth/two-factor-challenge.blade.php +++ b/resources/views/auth/two-factor-challenge.blade.php @@ -9,7 +9,7 @@ @csrf
- +
Enter