diff --git a/framework/core/src/Forum/Auth/ResponseFactory.php b/framework/core/src/Forum/Auth/ResponseFactory.php index 52cd44cf11..706c43ec55 100644 --- a/framework/core/src/Forum/Auth/ResponseFactory.php +++ b/framework/core/src/Forum/Auth/ResponseFactory.php @@ -62,7 +62,7 @@ public function make(string $provider, string $identifier, callable $configureRe )); } - protected function makeResponse(array $payload): HtmlResponse + protected function makeResponse(array $payload): ResponseInterface { $content = sprintf( '',