mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Merge pull request #3713 from mb2g17/add-register-link-to-login-page
Add register link to login page
This commit is contained in:
commit
0a47d34075
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue