duplicati/Duplicati/Server/webroot/ngax/scripts/controllers/ChangePasswordController.js
2024-08-27 09:59:12 +02:00

6 lines
235 B
JavaScript

backupApp.controller('ChangePasswordController', function($scope, gettextCatalog) {
$scope.selection = $scope.$parent.state.CurrentItem;
$scope.selection.remotePassword = '';
$scope.selection.confirmPassword = '';
});