mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 12:55:14 +08:00
Fixed OIDC Logout
This commit is contained in:
parent
6b55104ecb
commit
a0942ef441
|
@ -301,7 +301,7 @@ class OidcService
|
|||
public function logout() {
|
||||
|
||||
$config = $this->config();
|
||||
$app_url = env('APP_URL', null);
|
||||
$app_url = env('APP_URL', '');
|
||||
$end_session_endpoint = $config["end_session_endpoint"];
|
||||
|
||||
$oidctoken = session()->get("oidctoken");
|
||||
|
|
Loading…
Reference in New Issue
Block a user