summaryrefslogtreecommitdiffstats
path: root/app/login/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/login/index.js')
-rw-r--r--app/login/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/login/index.js b/app/login/index.js
index 7e86ac4..a12cb6c 100644
--- a/app/login/index.js
+++ b/app/login/index.js
@@ -18,6 +18,11 @@ window.angular && (function (angular) {
// Route configuration
.config(['$routeProvider', function ($routeProvider) {
$routeProvider
+ .when('/login/:fake_login', {
+ 'templateUrl': 'login/controllers/login-controller.html',
+ 'controller': 'LoginController',
+ authenticated: false
+ })
.when('/login', {
'templateUrl': 'login/controllers/login-controller.html',
'controller': 'LoginController',
OpenPOWER on IntegriCloud