mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 20:24:44 +02:00
Add client_id
to steam oauth config (#875)
This commit is contained in:
parent
ae445840f7
commit
295134fb6c
@ -127,6 +127,7 @@ return [
|
|||||||
'icon' => 'tabler-brand-steam-f',
|
'icon' => 'tabler-brand-steam-f',
|
||||||
'color' => Color::hex('#00adee'),
|
'color' => Color::hex('#00adee'),
|
||||||
'service' => [
|
'service' => [
|
||||||
|
'client_id' => null,
|
||||||
'client_secret' => env('OAUTH_STEAM_CLIENT_SECRET'),
|
'client_secret' => env('OAUTH_STEAM_CLIENT_SECRET'),
|
||||||
'allowed_hosts' => [
|
'allowed_hosts' => [
|
||||||
env('APP_URL'),
|
env('APP_URL'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user