We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805c7ae commit 65e490cCopy full SHA for 65e490c
frontend/src/ts/modals/simple-modals.ts
@@ -1212,7 +1212,7 @@ list.devGenerateData = new SimpleModal({
1212
const span = document.querySelector(
1213
"#devGenerateData_1 + span",
1214
) as HTMLInputElement;
1215
- span.innerHTML = `if checked, user will be created with ${target.value}@example.com and password: password`;
+ span.innerText = `if checked, user will be created with ${target.value}@example.com and password: password`;
1216
return;
1217
},
1218
validation: {
0 commit comments