We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe510b commit 820409aCopy full SHA for 820409a
src/importExport.ts
@@ -15,8 +15,6 @@ export const exportQrCodeUri = async (
15
pluginVersion: string
16
) => {
17
const settings2 = cloneDeep(settings);
18
- delete settings2.dropbox;
19
- delete settings2.onedrive;
20
delete settings2.vaultRandomID;
21
const data = encodeURIComponent(JSON.stringify(settings2));
22
const vault = encodeURIComponent(currentVaultName);
0 commit comments