mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-23 23:53:17 +01:00
Strip http/ https from steam oauth allowed_host (#889)
* strip http/ https from steam oauth allowed_host * fix param order
This commit is contained in:
parent
7449b82f41
commit
6fcf4173d3
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user