mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
set password from web trilium
This commit is contained in:
@@ -18,9 +18,9 @@ async function setupNewDocument() {
|
||||
}
|
||||
|
||||
function setupSyncFromServer(req) {
|
||||
const { syncServerHost, syncProxy, username, password } = req.body;
|
||||
const { syncServerHost, syncProxy, password } = req.body;
|
||||
|
||||
return setupService.setupSyncFromSyncServer(syncServerHost, syncProxy, username, password);
|
||||
return setupService.setupSyncFromSyncServer(syncServerHost, syncProxy, password);
|
||||
}
|
||||
|
||||
function saveSyncSeed(req) {
|
||||
|
||||
Reference in New Issue
Block a user