Missed in refactor

master
Brady McDonough 2 years ago
parent 766c94b1d2
commit 240b31ba46

@ -55,7 +55,7 @@ class UserManagement implements WorkflowInterface
$this->session->store("secret", $provisioningUri);
$values = [
"%frm" => $this->ri->formProps("enroll"),
"%frm" => $this->request->formProps("enroll"),
"%qr" => (new QRCode)->render($provisioningUri),
];
return \str_replace(\array_keys($values), $values, $html);

Loading…
Cancel
Save