FS-8205 [verto_communicator] fix auto call config provision
This commit is contained in:
parent
ba8b7c8aa2
commit
015e81c94f
|
@ -62,7 +62,7 @@ vertoService.service('config', ['$rootScope', '$http', '$location', 'storage', '
|
|||
verto.data.autologin_done = true;
|
||||
}
|
||||
|
||||
if(storage.data.name.length && storage.data.email.length && storage.data.login.length && storage.data.password.length) {
|
||||
if(verto.data.autologin && storage.data.name.length && storage.data.email.length && storage.data.login.length && storage.data.password.length) {
|
||||
$rootScope.$emit('config.http.success', data);
|
||||
};
|
||||
return response;
|
||||
|
|
Loading…
Reference in New Issue