aboutsummaryrefslogtreecommitdiffstats
path: root/login/src/main/webapp/login/js/loginApp.js
diff options
context:
space:
mode:
Diffstat (limited to 'login/src/main/webapp/login/js/loginApp.js')
-rw-r--r--login/src/main/webapp/login/js/loginApp.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/login/src/main/webapp/login/js/loginApp.js b/login/src/main/webapp/login/js/loginApp.js
index 35434a00..06f3bd74 100644
--- a/login/src/main/webapp/login/js/loginApp.js
+++ b/login/src/main/webapp/login/js/loginApp.js
@@ -62,6 +62,7 @@ loginApp.controller("loginCtrl", function($scope, $http) {
}
}).error(function(data, status) {
$scope.error = "Incorrect username/password !";
+ top.window.document.location.href = "/openoui/login/html/menu.html";
});
};
});