mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-21 22:37:00 +01:00
Update login.blade.php
This commit is contained in:
parent
4e7990bd2b
commit
953b4c8720
@ -18,7 +18,7 @@
|
||||
<!-- Validation Errors -->
|
||||
<x-auth-validation-errors class="mb-4" :errors="$errors" />
|
||||
|
||||
@if(env('ENABLE_SOCIAL_LOGIN') === 'true')
|
||||
@if(env('ENABLE_SOCIAL_LOGIN') == 'true')
|
||||
<p class="mb-4 text-center">Login with</p>
|
||||
|
||||
<div class="flex flex-nowrap justify-center mb-3">
|
||||
|
Loading…
Reference in New Issue
Block a user