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

Add register link to login page
pull/3861/head
daniel 2022-12-01 21:22:47 -07:00 zatwierdzone przez GitHub
commit 0a47d34075
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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>