Skip to content

Commit

Permalink
Merge pull request #239 from buggregator/hotfix/226
Browse files Browse the repository at this point in the history
Update `spiral/roadrunner-bride` package version
  • Loading branch information
butschster committed Aug 12, 2024
2 parents 6d62155 + 380d00f commit 1d896b5
Show file tree
Hide file tree
Showing 3 changed files with 641 additions and 540 deletions.
2 changes: 0 additions & 2 deletions app/src/Interfaces/Http/Controller/Auth/LoginAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Spiral\Http\Exception\ClientException\UnauthorizedException;
use Spiral\Http\ResponseWrapper;
use Spiral\Router\Annotation\Route;
use Spiral\Session\SessionScope;

final readonly class LoginAction
{
Expand All @@ -27,7 +26,6 @@ public function __invoke(
AuthScope $authScope,
TokenStorageInterface $tokens,
SuccessRedirect $successRedirect,
SessionScope $session,
): ResponseInterface {
if (!$auth->isAuthenticated()) {
$url = $auth->getLoginUrl();
Expand Down
Loading

0 comments on commit 1d896b5

Please sign in to comment.