fix(mobile): detection when authentication is disabled (closes #1660)

This commit is contained in:
Elian Doran
2025-04-10 10:35:24 +03:00
parent ce4b5b8193
commit c422c3e5b9
3 changed files with 35 additions and 29 deletions

2
src/express.d.ts vendored
View File

@@ -20,6 +20,8 @@ export declare module "express-serve-static-core" {
"trilium-component-id"?: string;
"trilium-local-now-datetime"?: string;
"trilium-hoisted-note-id"?: string;
"user-agent"?: string;
};
}
}