mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-13 09:45:56 +00:00
Fix output order 2
This commit is contained in:
@@ -35,8 +35,8 @@ async function main() {
|
|||||||
}
|
}
|
||||||
const encryptedConf = encodeURIComponent(await encrypt(JSON.stringify(conf), uri_passphrase, false));
|
const encryptedConf = encodeURIComponent(await encrypt(JSON.stringify(conf), uri_passphrase, false));
|
||||||
const theURI = `${URIBASE}${encryptedConf}`;
|
const theURI = `${URIBASE}${encryptedConf}`;
|
||||||
console.log(theURI);
|
|
||||||
console.log("\nYour passphrase of Setup-URI is: ", uri_passphrase);
|
console.log("\nYour passphrase of Setup-URI is: ", uri_passphrase);
|
||||||
console.log("This passphrase is never shown again, so please note it in a safe place.")
|
console.log("This passphrase is never shown again, so please note it in a safe place.")
|
||||||
|
console.log(theURI);
|
||||||
}
|
}
|
||||||
await main();
|
await main();
|
||||||
Reference in New Issue
Block a user