mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
typos
This commit is contained in:
@@ -28,7 +28,7 @@ function enterProtectedSession() {
|
||||
dfd.resolve(false);
|
||||
}
|
||||
else {
|
||||
// using deferred instead of promise because it allows resolving from outside
|
||||
// using deferred instead of promise because it allows resolving from the outside
|
||||
protectedSessionDeferred = dfd;
|
||||
|
||||
appContext.triggerCommand("showProtectedSessionPasswordDialog");
|
||||
|
||||
Reference in New Issue
Block a user