提交 8b00fe8d authored 作者: João Mesquita's avatar João Mesquita

FS-8043: [verto_communicator] Remove unnecessary calls to localStorage.

上级 5de2f7d7
......@@ -38,7 +38,7 @@
});
function changeData(verto_data) {
angular.extend(data, verto_data);
jQuery.extend(true, data, verto_data);
}
return {
......
......@@ -68,7 +68,6 @@
storage.data.password = verto.data.password;
console.debug('Redirecting to dialpad page.');
storage.changeData(verto);
toastr.success('Login successful.', 'Welcome');
$location.path('/dialpad');
} else {
......@@ -269,7 +268,6 @@
title: 'Oops, Active Call in Course.',
message: 'It seems you were in a call before leaving the last time. Wanna go back to that?'
}).then(function() {
verto.changeData(storage);
console.log('redirect to incall page');
$location.path('/incall');
}, function() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论