mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
typos
This commit is contained in:
@@ -23,7 +23,7 @@ function checkAuth(req, res, next) {
|
||||
}
|
||||
|
||||
// for electron things which need network stuff
|
||||
// currently we're doing that for file upload because handling form data seems to be difficult
|
||||
// currently, we're doing that for file upload because handling form data seems to be difficult
|
||||
function checkApiAuthOrElectron(req, res, next) {
|
||||
if (!req.session.loggedIn && !utils.isElectron() && !noAuthentication) {
|
||||
reject(req, res, "Logged in session not found");
|
||||
|
||||
Reference in New Issue
Block a user