Github user haoch commented on a diff in the pull request:
https://github.com/apache/eagle/pull/972#discussion_r157673368
--- Diff: eagle-server/src/main/webapp/app/dev/public/js/ctrls/authCtrl.js
---
@@ -26,6 +26,14 @@
$scope.password = '';
$scope.login = function () {
+ if (!$scope.username || !$scope.password)
--- End diff --
@zombieJ could you please have a look about the changes?---
