Forgot returns

master
Brady McDonough 2 years ago
parent 487a7edb50
commit 1fe0747eb9

@ -81,9 +81,9 @@ class UserManagement implements WorkflowInterface
{ {
if (\is_null($this->db->getSecret($this->userIndex))) if (\is_null($this->db->getSecret($this->userIndex)))
{ {
$this->viewEnrollForm(); return $this->viewEnrollForm();
} }
$this->viewUnenrollForm(); return $this->viewUnenrollForm();
} }
function response(): bool function response(): bool

Loading…
Cancel
Save