mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
6 lines
235 B
JavaScript
6 lines
235 B
JavaScript
backupApp.controller('ChangePasswordController', function($scope, gettextCatalog) {
|
|
|
|
$scope.selection = $scope.$parent.state.CurrentItem;
|
|
$scope.selection.remotePassword = '';
|
|
$scope.selection.confirmPassword = '';
|
|
});
|