Commit f449929a authored by dockx thibault's avatar dockx thibault
Browse files

Merge branch '6219-webauthn-recovery-code-when-asked-is-showing-html-tags' into '1.4-dev'

Resolve "[Webauthn] - Recovery code when asked is showing html tags"

Closes #6219

See merge request fusiondirectory/fd-plugins!976
Showing with 1 addition and 1 deletion
+1 -1
......@@ -71,7 +71,7 @@ class RecoveryCodesAttribute extends DialogOrderedArrayAttribute
$this->value[] = [date('c'), password_hash($randomhash, PASSWORD_DEFAULT)];
msg_dialog::display(
_('Recovery code'),
htmlescape(sprintf(_('Here is your recovery code: %s<br/><br/>Print and hide it. Do not save it on your computer. You may only use it once.'), $randomhash)),
htmlescape(sprintf(_('Here is your recovery code: %s'), $randomhash)).'<br><br>Print and hide it. Do not save it on your computer. You may only use it once.',
INFO_DIALOG
);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment