This commit is contained in:
Francesco Nigro 2019-01-22 12:08:28 +01:00
commit 6c8bd53561
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')) {