ARTEMIS-2235 - remove credentials from browser log

https://issues.apache.org/jira/browse/ARTEMIS-2235
This commit is contained in:
andytaylor 2019-01-22 10:57:50 +00:00 committed by Francesco Nigro
parent dc5404a6c3
commit 2d768760af
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ var ARTEMIS;
// only reload the page if certain search parameters change
Core.reloadWhenParametersChange($route, $scope, $location);
$scope.checkCredentials = function () {
ARTEMIS.log.info(localStorage['artemisUserName'] + " " + localStorage['artemisPassword']);
$scope.noCredentials = (Core.isBlank(localStorage['artemisUserName']) || Core.isBlank(localStorage['artemisPassword']));
};
if ($location.path().has('artemis')) {