File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 9898 </div >
9999
100100 <div class =" flex items-center justify-end mt-4" >
101+ @if ($page -> register == ' true' or env (' REGISTER_OVERRIDE' ) === true )
101102 <a class =" underline text-sm text-gray-600 hover:text-gray-900" href =" {{ route (' register' ) } }" >Register</a >&emsp ;
103+ @endif
102104 @if (Route:: has (' password.request' ) )
103105 <a class =" underline text-sm text-gray-600 hover:text-gray-900" href =" {{ route (' password.request' ) } }" >
104106 {{ __ (' Forgot your password?' ) } }
Original file line number Diff line number Diff line change 113113 </x-button >
114114 </div >
115115 </form >
116- @endif
116+ @else
117+ <br ><br ><center ><h3 >Registration is disabled by the administrator</h3 ></center ><br >
118+ @endif
117119 </x-auth-card >
118120</x-guest-layout >
You can’t perform that action at this time.
0 commit comments