Updated example to new interface

master
Brady McDonough 2 years ago
parent f94331397d
commit 37e0836149

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

Loading…
Cancel
Save