Make sure we require an encryption password if encryption is set to true for importing app backups
This commit is contained in:
@@ -1249,6 +1249,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
backupId: '',
|
||||
password: '',
|
||||
mountOptions: {},
|
||||
encrypted: false, // helps with ng-required when backupConfig is read from file
|
||||
|
||||
clearForm: function () {
|
||||
// $scope.importBackup.provider = ''; // do not clear since we call this function on provider change
|
||||
|
||||
Reference in New Issue
Block a user