Fix redirection after post install login

This commit is contained in:
ArthurHoaro 2020-07-27 12:34:17 +02:00
parent 9fbc42294e
commit a285668ec4

View file

@ -91,7 +91,7 @@ class LoginController extends ShaarliVisitorController
// Force referer from given return URL
$this->container->environment['HTTP_REFERER'] = $request->getParam('returnurl');
return $this->redirectFromReferer($request, $response, ['login']);
return $this->redirectFromReferer($request, $response, ['login', 'install']);
}
/**