mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
tree settings popup fixes
This commit is contained in:
@@ -42,7 +42,7 @@ async function loginSync(req) {
|
||||
const givenHash = req.body.hash;
|
||||
|
||||
if (expectedHash !== givenHash) {
|
||||
return [400, { message: "Sync login credentials are incorrect." }];
|
||||
return [400, { message: "Sync login credentials are incorrect. It looks like you're trying to sync two different initialized documents which is not possible." }];
|
||||
}
|
||||
|
||||
req.session.loggedIn = true;
|
||||
|
||||
Reference in New Issue
Block a user