error solved
This commit is contained in:
parent
eaa917045b
commit
0f51e99ae4
|
|
@ -78,15 +78,13 @@ class LoginByNC extends Controller {
|
||||||
|
|
||||||
protected $session;
|
protected $session;
|
||||||
protected $request;
|
protected $request;
|
||||||
protected $userStatusManager;
|
|
||||||
private $nclink = 'https://daprd1.digitale-agentur.com';
|
private $nclink = 'https://daprd1.digitale-agentur.com';
|
||||||
//private $nclink = 'http://host.docker.internal:8000';
|
//private $nclink = 'http://host.docker.internal:8000';
|
||||||
|
|
||||||
public function __construct(string $AppName, IRequest $request, IUserSession $session, IUserStatusManager $userStatusManager) {
|
public function __construct(string $AppName, IRequest $request, IUserSession $session) {
|
||||||
$this->request = $request;
|
$this->request = $request;
|
||||||
parent::__construct($AppName, $request);
|
parent::__construct($AppName, $request);
|
||||||
$this->session = $session;
|
$this->session = $session;
|
||||||
$this->userStatusManager = $userStatusManager;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function generateRandomString($length = 10) {
|
private function generateRandomString($length = 10) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue