mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-15 21:48:08 +03:00
Add client_id to steam oauth config (#875)
This commit is contained in:
@@ -127,6 +127,7 @@ return [
|
||||
'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'),
|
||||
|
||||
Reference in New Issue
Block a user