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