ARTEMIS-2235 - remove credentials from browser log
https://issues.apache.org/jira/browse/ARTEMIS-2235
This commit is contained in:
parent
dc5404a6c3
commit
2d768760af
|
@ -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')) {
|
||||
|
|
Loading…
Reference in New Issue