diff --git a/examples/HttpEnroll.php b/examples/HttpEnroll.php index 5715868..36e50b8 100644 --- a/examples/HttpEnroll.php +++ b/examples/HttpEnroll.php @@ -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"); }