Fix redirection after post install login
This commit is contained in:
parent
9fbc42294e
commit
a285668ec4
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public function login(Request $request, Response $response): Response
|
||||||
// Force referer from given return URL
|
// Force referer from given return URL
|
||||||
$this->container->environment['HTTP_REFERER'] = $request->getParam('returnurl');
|
$this->container->environment['HTTP_REFERER'] = $request->getParam('returnurl');
|
||||||
|
|
||||||
return $this->redirectFromReferer($request, $response, ['login']);
|
return $this->redirectFromReferer($request, $response, ['login', 'install']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue