refactor: 优化提示信息
--bug=1048014 --user=王孝刚 【登录认证】用户管理禁用飞书用户登录,扫码后还可继续登录 https://www.tapd.cn/57709429/s/1597732v3.2
parent
8c7d84d79d
commit
823bd9f779
|
|
@ -54,7 +54,7 @@ const init = async () => {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
onLoginFail(err) {
|
onLoginFail(err) {
|
||||||
MsgError(`errorMsg of errorCbk: ${err.errMsg}`)
|
MsgError(`${err.errMsg}`)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue