mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Fix download unencrypted backup logic (#24045)
This commit is contained in:
parent
4698a63642
commit
72df585c5e
@ -37,6 +37,7 @@ export const downloadBackup = async (
|
|||||||
|
|
||||||
if (!isProtected) {
|
if (!isProtected) {
|
||||||
downloadBackupFile(hass, backup.backup_id, preferedAgent);
|
downloadBackupFile(hass, backup.backup_id, preferedAgent);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const encryptionKey = backupConfig?.create_backup?.password;
|
const encryptionKey = backupConfig?.create_backup?.password;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user