fix bugs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<x-guest-layout>
|
||||
<div class="mb-4 text-sm text-gray-600 dark:text-gray-400">
|
||||
<div class="mb-4 text-sm text-gray-600 dark:text-gray-400 p-4">
|
||||
{{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -60,14 +60,14 @@
|
||||
</span>
|
||||
</label>
|
||||
|
||||
@if (Route::has('password.request'))
|
||||
<!-- @if (Route::has('password.request'))
|
||||
<a
|
||||
href="{{ route('password.request') }}"
|
||||
class="text-sm text-green-600 hover:text-green-700"
|
||||
>
|
||||
Forgot password?
|
||||
</a>
|
||||
@endif
|
||||
@endif -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user