mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
converted password not set dialog to new pattern
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user