Add register link to login page

pull/3713/head
Matthew Barnes 2022-10-23 14:31:10 +01:00
rodzic 7ef383d1f6
commit 930ce8da82
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2D2CFBEE0B64E30B
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>