diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 15b6e5703..41ab319b4 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -23,7 +23,7 @@ class="text-xs normal-case hover:no-underline btn btn-sm bg-coollabs-gradient">
@csrf - @env('local') + @env('local') @@ -35,8 +35,10 @@ class="text-xs normal-case hover:no-underline btn btn-sm bg-coollabs-gradient"> @else + + {{ __('auth.forgot_password') }}? + @endenv - {{ __('auth.login') }} @if (!$is_registration_enabled)
{{ __('auth.registration_disabled') }}