mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-05 22:39:22 +01:00
Update login.blade.php
This commit is contained in:
parent
99b1baf339
commit
a7933e9306
@ -107,9 +107,11 @@ foreach($pages as $page)
|
||||
@else
|
||||
<br>
|
||||
@endif
|
||||
@if ((env('ALLOW_REGISTRATION')) and !config('linkstack.single_user_mode'))
|
||||
<p class="mt-3 text-center">
|
||||
Don’t have an account? <a href="{{ route('register') }}" class="text-underline">Click here to sign up.</a>
|
||||
</p>
|
||||
@endif
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user