Skip to content

Commit

Permalink
add param (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
aunt-kitty-codes authored Jan 26, 2023
1 parent 2f8025e commit 5a87a80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Controllers/LogoutController.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ private function revokeToken($token, $isRefreshToken = false)
'Authorization' => 'Bearer ' . $this->getConfigProvider()->getClientCredentialsToken()
],
'form_params' => array_merge([
'token' => $token
'token' => $token,
'prompt'=> 'login'
], $additionalParams)
]);

Expand Down

0 comments on commit 5a87a80

Please sign in to comment.