FIX avoid to show html entities

This commit is contained in:
Regis Houssin 2025-01-09 07:39:24 +01:00
parent a7a50b39a9
commit 8e427353e0

View File

@ -2063,7 +2063,7 @@ if ($action == 'create' || $action == 'adduserldap') {
print '<td>';
if (!empty($object->api_key)) {
print '<span class="opacitymedium">';
print showValueWithClipboardCPButton($object->api_key, 1, $langs->trans("Hidden")); // TODO Add an option to also reveal the hash, not only copy paste
print showValueWithClipboardCPButton($object->api_key, 1, $langs->transnoentities("Hidden")); // TODO Add an option to also reveal the hash, not only copy paste
print '</span>';
}
print '</td></tr>';