This commit is contained in:
Andras Bacsai
2023-06-02 13:18:10 +02:00
parent 39d37010a3
commit 77321172a2
2 changed files with 10 additions and 14 deletions

View File

@@ -20,17 +20,9 @@
@env('local')
<x-forms.input required value="test@example.com" type="email" name="email"
label="{{ __('input.email') }}" autofocus />
{{-- @if (config('mail.default'))
{{ dd('mailer configured') }}
@else
{{ dd('mailer not configured') }}
@endif --}}
@if (!config('mail.default'))
<a href="/forgot-password" class="text-xs">
{{ __('auth.forgot_password') }}?
</a>
@endif
<a href="/forgot-password" class="text-xs">
{{ __('auth.forgot_password') }}?
</a>
<x-forms.input required value="password" type="password" name="password"
label="{{ __('input.password') }}" />
@else