mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03: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:
parent
b73c7ce41b
commit
2a556ecab6
@ -141,7 +141,7 @@ angular.module('AuthService', ['ngCookies', 'Utilities'])
|
||||
|
||||
restoreUserInfo: function () {
|
||||
$rootScope.current_user = $cookieStore.get('current_user');
|
||||
$rootScope.$emit('OpenSocket');
|
||||
// $rootScope.$emit('OpenSocket');
|
||||
},
|
||||
|
||||
getUserInfo: function (key) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user