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 98
98
</div >
99
99
100
100
<div class =" flex items-center justify-end mt-4" >
101
+ @if ($page -> register == ' true' or env (' REGISTER_OVERRIDE' ) === true )
101
102
<a class =" underline text-sm text-gray-600 hover:text-gray-900" href =" {{ route (' register' ) } }" >Register</a >&emsp ;
103
+ @endif
102
104
@if (Route:: has (' password.request' ) )
103
105
<a class =" underline text-sm text-gray-600 hover:text-gray-900" href =" {{ route (' password.request' ) } }" >
104
106
{{ __ (' Forgot your password?' ) } }
Original file line number Diff line number Diff line change 113
113
</x-button >
114
114
</div >
115
115
</form >
116
- @endif
116
+ @else
117
+ <br ><br ><center ><h3 >Registration is disabled by the administrator</h3 ></center ><br >
118
+ @endif
117
119
</x-auth-card >
118
120
</x-guest-layout >
You can’t perform that action at this time.
0 commit comments