Browse Source

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

atkach 11 năm trước cách đây
mục cha
commit
aa3b00d9c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
   },
 
-  loggedIn: false,
+  loggedIn: App.db.getAuthenticated(),
 
   loginName: function() {
     return this.getLoginName();