Merge pull request #3713 from mb2g17/add-register-link-to-login-page

Add register link to login page
This commit is contained in:
daniel 2022-12-01 21:22:47 -07:00 committed by GitHub
commit 0a47d34075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>