Update authentication.client.controller.js

This commit is contained in:
David Baldwynn 2017-07-21 16:51:19 -07:00 committed by GitHub
parent fbc1bc0a86
commit 1da24240fc

View file

@ -24,7 +24,7 @@ angular.module('users').controller('AuthenticationController', ['$scope', '$loca
$scope.user = $rootScope.user;
$scope.error = error;
console.log('loginError: '+error);
console.error('loginError: '+error);
}
);
};