We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a275b commit ed8fbe2Copy full SHA for ed8fbe2
app/Http/Controllers/Auth/LoginController.php
@@ -59,7 +59,7 @@ public function redirectToProvider($provider): RedirectResponse
59
public function handleProviderCallback($provider): RedirectResponse
60
{
61
$allowed_providers = ['twitter', 'github', 'google', 'facebook'];
62
-Log::info('coucou');
+
63
if (in_array($provider, $allowed_providers)) {
64
$socialUser = Socialite::driver($provider)->user();
65
0 commit comments