chore(prettier): fix all files

This commit is contained in:
Elian Doran
2025-01-09 18:07:02 +02:00
parent 19ee861699
commit 4cbb529fd4
571 changed files with 23226 additions and 23940 deletions

View File

@@ -32,7 +32,7 @@ export default class ProtectedSessionPasswordDialog extends BasicWidget {
this.$passwordForm = this.$widget.find(".protected-session-password-form");
this.$passwordInput = this.$widget.find(".protected-session-password");
this.$passwordForm.on('submit', () => {
this.$passwordForm.on("submit", () => {
const password = this.$passwordInput.val();
this.$passwordInput.val("");
@@ -45,7 +45,7 @@ export default class ProtectedSessionPasswordDialog extends BasicWidget {
showProtectedSessionPasswordDialogEvent() {
utils.openDialog(this.$widget);
this.$passwordInput.trigger('focus');
this.$passwordInput.trigger("focus");
}
closeProtectedSessionPasswordDialogEvent() {