mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 18:55:49 +00:00
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;
|
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);
|
$rootScope.$emit('config.http.success', data);
|
||||||
};
|
};
|
||||||
return response;
|
return response;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user