From 295134fb6c04a4ebc6237d2b9142cbd256b4ba0e Mon Sep 17 00:00:00 2001 From: Boy132 Date: Mon, 6 Jan 2025 12:32:35 +0100 Subject: [PATCH] Add `client_id` to steam oauth config (#875) --- config/auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/auth.php b/config/auth.php index 26f68bb492..604926a605 100644 --- a/config/auth.php +++ b/config/auth.php @@ -127,6 +127,7 @@ 'icon' => 'tabler-brand-steam-f', 'color' => Color::hex('#00adee'), 'service' => [ + 'client_id' => null, 'client_secret' => env('OAUTH_STEAM_CLIENT_SECRET'), 'allowed_hosts' => [ env('APP_URL'),