validate encryption password separately
This commit is contained in:
@@ -2179,7 +2179,7 @@ async function importApp(app, data, auditSource) {
|
||||
await mounts.tryAddMount(mountObject, { timeout: 10 });
|
||||
|
||||
}
|
||||
error = await backups.testProviderConfig(backupConfig);
|
||||
error = await backups.testConfig(backupConfig);
|
||||
if (error) throw error;
|
||||
|
||||
if ('password' in backupConfig) {
|
||||
|
||||
Reference in New Issue
Block a user