Ver Fonte

Add register link to login page

Matthew Barnes há 2 anos atrás
pai
commit
930ce8da82
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      resources/views/auth/login.blade.php

+ 4 - 0
resources/views/auth/login.blade.php

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