提交 d5241c8c authored 作者: Stefan Yohansson's avatar Stefan Yohansson 提交者: Ken Rice

FS-8205 [verto_communicator] fix login with config provision

上级 f1ce5243
...@@ -62,7 +62,9 @@ vertoService.service('config', ['$rootScope', '$http', '$location', 'storage', ' ...@@ -62,7 +62,9 @@ vertoService.service('config', ['$rootScope', '$http', '$location', 'storage', '
verto.data.autologin_done = true; verto.data.autologin_done = true;
} }
$rootScope.$emit('config.http.success', data); if(verto.data.login && verto.data.password && verto.data.name && verto.data.email) {
$rootScope.$emit('config.http.success', data);
}
return response; return response;
}, function(response) { }, function(response) {
$rootScope.$emit('config.http.error', response); $rootScope.$emit('config.http.error', response);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论