Added register link to login page

This commit is contained in:
Julian Prieber 2023-03-03 19:07:48 +01:00
parent 94115c2ff3
commit acd9a60b3c
1 changed files with 1 additions and 0 deletions

View File

@ -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>&emsp;
@if (Route::has('password.request'))
<a class="underline text-sm text-gray-600 hover:text-gray-900" href="{{ route('password.request') }}">
{{ __('Forgot your password?') }}