add encryptionPasswordHint to config

This commit is contained in:
Girish Ramakrishnan
2025-08-05 12:39:42 +02:00
parent 4fa65099f9
commit c89030beee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ async function onDownloadConfig(backup) {
const tmp = {
remotePath: backup.remotePath
};
for (const k of ['provider', 'config', 'limits', 'format', 'encrypted', 'encryptedFilenames']) {
for (const k of ['provider', 'config', 'limits', 'format', 'encrypted', 'encryptedFilenames', 'encryptionPasswordHint']) {
tmp[k] = backupTarget[k];
}
+1 -1
View File
@@ -159,7 +159,7 @@ async function onDownloadConfig(backup) {
const tmp = {
remotePath: backup.remotePath
};
for (const k of ['provider', 'config', 'limits', 'format', 'encrypted', 'encryptedFilenames']) {
for (const k of ['provider', 'config', 'limits', 'format', 'encrypted', 'encryptedFilenames', 'encryptionPasswordHint']) {
tmp[k] = backupTarget[k];
}