Update login.blade.php

This commit is contained in:
Julian Prieber 2023-05-02 16:12:29 +02:00
parent 99b1baf339
commit a7933e9306
1 changed files with 2 additions and 0 deletions

View File

@ -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">
Dont have an account? <a href="{{ route('register') }}" class="text-underline">Click here to sign up.</a>
</p>
@endif
</form>
</div>
</div>