support syncing fully encrypted config - fixes #5400

This commit is contained in:
Eugene Pankov
2022-01-10 21:15:03 +01:00
parent a6a9c149dc
commit 21e5d68994
3 changed files with 21 additions and 13 deletions

View File

@@ -270,8 +270,8 @@ export class ConfigService {
}
private emitChange (): void {
this.changed.next()
this.vault.setStore(this.store.vault)
this.changed.next()
}
private migrate (config) {