From 03be1453764e48e99207f44467ee4d5801072ed8 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sat, 26 Feb 2022 00:35:52 +0800 Subject: [PATCH] add password condition --- src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 7f292c0..21dd210 100644 --- a/src/main.ts +++ b/src/main.ts @@ -196,7 +196,8 @@ export default class RemotelySavePlugin extends Plugin { local, metadataOnRemote.deletions, localHistory, - client.serviceType + client.serviceType, + this.settings.password ); log.info(plan.mixedStates); // for debugging if (triggerSource !== "dry") {