Added register link to login page
This commit is contained in:
parent
94115c2ff3
commit
acd9a60b3c
|
@ -98,6 +98,7 @@
|
|||
</div>
|
||||
|
||||
<div class="flex items-center justify-end mt-4">
|
||||
<a class="underline text-sm text-gray-600 hover:text-gray-900" href="{{ route('register') }}">Register</a> 
|
||||
@if (Route::has('password.request'))
|
||||
<a class="underline text-sm text-gray-600 hover:text-gray-900" href="{{ route('password.request') }}">
|
||||
{{ __('Forgot your password?') }}
|
||||
|
|
Loading…
Reference in New Issue