Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Apr 30, 2024
1 parent 95a048e commit 59de25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lam/lib/modules.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ class accountContainer {
$moduleContainer->addElement(new htmlImage($buttonImage, '16px', '16px', getModuleAlias($name, $this->type->getScope())));
}
$moduleContainer->addElement(new htmlInputCheckbox('password_cb_' . $name, true));
$moduleContainer->addElement(new htmlOutputText(getModuleAlias($name, $this->type->getScope())));
$moduleContainer->addElement(new htmlLabel('password_cb_' . $name, getModuleAlias($name, $this->type->getScope())));
$moduleContainer->addElement(new htmlSpacer('10px', null));
}
}
Expand Down

0 comments on commit 59de25f

Please sign in to comment.