|
|
|
@ -67,11 +67,6 @@ class HttpEnroll
|
|
|
|
$this->totpFactory = new Factory(
|
|
|
|
$this->totpFactory = new Factory(
|
|
|
|
new SessionPersistence(),
|
|
|
|
new SessionPersistence(),
|
|
|
|
new RequestRouter("HttpFullFlow.php"),
|
|
|
|
new RequestRouter("HttpFullFlow.php"),
|
|
|
|
null,
|
|
|
|
|
|
|
|
null,
|
|
|
|
|
|
|
|
null,
|
|
|
|
|
|
|
|
null,
|
|
|
|
|
|
|
|
null,
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|
$this->userManagement = $this->totpFactory->userManagement("Testman@example.co");
|
|
|
|
$this->userManagement = $this->totpFactory->userManagement("Testman@example.co");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|