Skip to content

Commit 7a7d272

Browse files
smarcetCopilot
andauthored
Update app/libs/Auth/SocialLoginProviders.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8153bfb commit 7a7d272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/libs/Auth/SocialLoginProviders.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static function buildSupportedProviders(string $provided_tenant = ''): ar
7575
);
7676

7777
// If no tenant param was provided, any enabled provider is allowed.
78-
if ($tenant === '' && count($tenants)==0) {
78+
if ($tenant === '' && count($tenants) == 0) {
7979
$res[$provider] = ucfirst($provider);
8080
continue;
8181
}

0 commit comments

Comments
 (0)