Skip to content

Commit

Permalink
make cookie_secret consistent with other config valued
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Eelen committed Jul 16, 2024
1 parent 5359757 commit 1edba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Auth/AuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private function getParams(array $auth) : array
'domain' => $auth['domain'],
'clientId' => $auth['client_id'],
'clientSecret' => $auth['client_secret'],
'cookieSecret' => $auth['cookieSecret'],
'cookieSecret' => $auth['cookie_secret'],
'redirectUri' => $auth['callback_url'],
'scope' => [
'openid',
Expand Down

0 comments on commit 1edba0c

Please sign in to comment.