1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Resolves #8625: Show missing sync password warning and link to FAQ (#8644)

This commit is contained in:
Henry Heino
2023-08-14 10:12:49 -07:00
committed by GitHub
parent 9e55d90736
commit c6c2733726
17 changed files with 146 additions and 8 deletions

View File

@@ -33,6 +33,10 @@ class SyncTargetNextcloud extends BaseSyncTarget {
return true;
}
static requiresPassword() {
return true;
}
static async checkConfig(options) {
return SyncTargetWebDAV.checkConfig(options);
}