Update login.blade.php

This commit is contained in:
Julian Prieber 2022-11-09 15:35:34 +01:00
parent 4e7990bd2b
commit 953b4c8720

View File

@ -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">