mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +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) {
|
||||
downloadBackupFile(hass, backup.backup_id, preferedAgent);
|
||||
return;
|
||||
}
|
||||
|
||||
const encryptionKey = backupConfig?.create_backup?.password;
|
||||
|
Loading…
x
Reference in New Issue
Block a user