diff --git a/config/auth.php b/config/auth.php index 604926a60..aae1c099a 100644 --- a/config/auth.php +++ b/config/auth.php @@ -130,7 +130,7 @@ return [ 'client_id' => null, 'client_secret' => env('OAUTH_STEAM_CLIENT_SECRET'), 'allowed_hosts' => [ - env('APP_URL'), + str_replace(['http://', 'https://'], '', env('APP_URL')), ], ], 'provider' => \SocialiteProviders\Steam\Provider::class,