Skip to content

Commit

Permalink
SEBSERV-466 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
anhefti committed Oct 2, 2023
1 parent 77e8618 commit d678207
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private void changePasswordView() {
final GridData gridData = new GridData(SWT.FILL, SWT.FILL, true, true);
passwordInput.setLayoutData(gridData);
passwordInput.setText(value != null
? Utils.escapeHTML_XML_EcmaScript(value)
? value
: StringUtils.EMPTY);
if (!buildPassword) {
passwordInput.setEditable(false);
Expand Down

0 comments on commit d678207

Please sign in to comment.