Skip to content

Commit

Permalink
Add client_id to steam oauth config (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 authored Jan 6, 2025
1 parent ae44584 commit 295134f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 295134f

Please sign in to comment.