mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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>
|
<hr>
|
||||||
|
|
||||||
<p class="text-center font-weight-bold">
|
<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') }}">
|
<a href="{{ route('password.request') }}">
|
||||||
{{ __('Forgot Password') }}
|
{{ __('Forgot Password') }}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue