Add register link to login page

This commit is contained in:
Matthew Barnes 2022-10-23 14:31:10 +01:00
parent 7ef383d1f6
commit 930ce8da82
No known key found for this signature in database
GPG Key ID: 2D2CFBEE0B64E30B
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@
<hr>
<p class="text-center font-weight-bold">
@if(config_cache('pixelfed.open_registration'))
<a href="/register">Register</a>
<span class="px-1">·</span>
@endif
<a href="{{ route('password.request') }}">
{{ __('Forgot Password') }}
</a>