From 37e0836149ab5c76bdaa88075ea934e07ee13b7d Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Wed, 28 Feb 2024 13:34:37 -0700 Subject: [PATCH] Updated example to new interface --- examples/HttpEnroll.php | 5 ----- 1 file changed, 5 deletions(-) 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"); }