Skip to content

Commit

Permalink
chore: response can return ResponseInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 20, 2024
1 parent 51f9dec commit c09efeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forum/Auth/ResponseFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
'<script>window.close(); window.opener.app.authenticationComplete(%s);</script>',
Expand Down

0 comments on commit c09efeb

Please sign in to comment.