From 930ce8da82550304b6b91eac92dd5cd404a140ca Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 23 Oct 2022 14:31:10 +0100 Subject: [PATCH] Add register link to login page --- resources/views/auth/login.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 549c55ad6..19b241485 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -69,6 +69,10 @@

+ @if(config_cache('pixelfed.open_registration')) + Register + ยท + @endif {{ __('Forgot Password') }}