converted password not set dialog to new pattern

This commit is contained in:
zadam
2022-06-14 23:32:16 +02:00
parent ca44edd48c
commit 73574ac890
6 changed files with 42 additions and 35 deletions

View File

@@ -20,7 +20,7 @@ function enterProtectedSession() {
const dfd = $.Deferred();
if (!options.is("isPasswordSet")) {
import("../dialogs/password_not_set.js").then(dialog => dialog.show());
appContext.triggerCommand("showPasswordNotSet");
return dfd;
}