mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-20 22:37:10 +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…
x
Reference in New Issue
Block a user