change to status after auth
这个提交包含在:
父节点
b18a6aa01c
当前提交
d743c51d86
@ -132,8 +132,7 @@ function doConfigure() {
|
||||
appData.init.otp = telebitState._otp;
|
||||
|
||||
return Telebit.authorize(telebitState, showOtp).then(function () {
|
||||
console.log('1 api.init...');
|
||||
return api.initialize();
|
||||
return changeState('status');
|
||||
});
|
||||
}
|
||||
|
||||
@ -421,8 +420,7 @@ api.config().then(function (config) {
|
||||
setState();
|
||||
// this will skip ahead as necessary
|
||||
return Telebit.authorize(telebitState, showOtp).then(function () {
|
||||
console.log('2 api.init...');
|
||||
return api.initialize();
|
||||
return changeState('status');
|
||||
});
|
||||
}
|
||||
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户