Github user zombieJ commented on a diff in the pull request:
https://github.com/apache/eagle/pull/972#discussion_r158444289
--- 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 --
Hi @VSJTech,
Look good to me. And could you help to format the code?
Thanks---
