diff --git a/framework/core/src/Forum/Controller/LogOutController.php b/framework/core/src/Forum/Controller/LogOutController.php index 1f18214035..cf594796d3 100644 --- a/framework/core/src/Forum/Controller/LogOutController.php +++ b/framework/core/src/Forum/Controller/LogOutController.php @@ -139,7 +139,6 @@ protected function sanitizeReturnUrl(string $url, string $base): Uri return new Uri($base); } - protected function getWhitelistedRedirectDomains(): array { $forumUri = new Uri($this->config->url());