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