master
Brady McDonough 2 years ago
parent f7732d1a77
commit 55284c42cb

@ -41,7 +41,7 @@ class Factory
$this->csrfClock $this->csrfClock
); );
!is_null($this->totpClock) ? : $this->totpClock = new Clock(); !is_null($this->totpClock) ? : $this->totpClock = new Clock();
!is_null($this->$hash) ? : $this->hash = new HMAC_SHA1(); !is_null($this->hash) ? : $this->hash = new HMAC_SHA1();
} }
public function userManagement(mixed $userIndex): UserManagement public function userManagement(mixed $userIndex): UserManagement

Loading…
Cancel
Save