Browse Source

AMBARI-5101 After page refresh wizard popup doesn't appear. (Denys Buzhor via atkach)

atkach 11 years ago
parent
commit
aa3b00d9c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/router.js

+ 1 - 1
ambari-web/app/router.js

@@ -85,7 +85,7 @@ App.Router = Em.Router.extend({
     return currentStep;
     return currentStep;
   },
   },
 
 
-  loggedIn: false,
+  loggedIn: App.db.getAuthenticated(),
 
 
   loginName: function() {
   loginName: function() {
     return this.getLoginName();
     return this.getLoginName();