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