diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js index d880308cf..5b6b6bb83 100644 --- a/www/manager6/storage/PBSEdit.js +++ b/www/manager6/storage/PBSEdit.js @@ -365,7 +365,7 @@ Ext.define('PVE.panel.PBSEncryptionKeyTab', { } catch (e) { return "Failed to parse key - " + e; } - if (typeof key.data === undefined) { + if (key.data === undefined) { return "Does not seems like a valid Proxmox Backup key!"; } }