We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef944f1 commit e7d40f2Copy full SHA for e7d40f2
src/NotAuthorizedExceptionAgent.php
@@ -81,7 +81,6 @@ private function handleException(NotAuthorizedException $exception): Response
81
// Redirect the user agent to the login page. After the user has successfully logged on the user agent will be
82
// redirected to currently requested URL.
83
$response = new SeeOtherResponse($this->nub->getLoginUrl($this->nub->request->getRequestUri()));
84
- $response->send();
85
}
86
else
87
{
0 commit comments