mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
removing extra socket connection call in auth
this line was causing the socket connection to happen before the user logs in after a session timeout
This commit is contained in:
@@ -141,7 +141,7 @@ angular.module('AuthService', ['ngCookies', 'Utilities'])
|
|||||||
|
|
||||||
restoreUserInfo: function () {
|
restoreUserInfo: function () {
|
||||||
$rootScope.current_user = $cookieStore.get('current_user');
|
$rootScope.current_user = $cookieStore.get('current_user');
|
||||||
$rootScope.$emit('OpenSocket');
|
// $rootScope.$emit('OpenSocket');
|
||||||
},
|
},
|
||||||
|
|
||||||
getUserInfo: function (key) {
|
getUserInfo: function (key) {
|
||||||
|
|||||||
Reference in New Issue
Block a user