Fix indentation in credential.js

This commit is contained in:
newhinton 2019-05-19 16:39:27 +02:00 committed by GitHub
parent 6540b65acb
commit beb9bb1a60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -540,14 +540,13 @@
}
$scope.active_vault = null;
$scope.credentials = [];
// $scope.$parent.selectedVault = false;
window.location.reload();
//$scope.$parent.selectedVault = false;
window.location.reload();
});
});
$scope.clearState = function () {
$scope.delete_time = 0;
};
$scope.clearState = function () {
$scope.delete_time = 0;
};
}]);
}());
}]);
}());