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