fix: 默认自动一键登录不进行错误提示
This commit is contained in:
parent
c83baa1279
commit
6f8940c006
@ -142,7 +142,7 @@ class StarLockLoginLogic extends BaseGetXController {
|
||||
// showToast('用户取消一键登录'.tr);
|
||||
break;
|
||||
default:
|
||||
if (showErrorMsg) {
|
||||
if (code != 6000 && showErrorMsg) {
|
||||
showToast('一键登录失败,请使用账号/密码登录');
|
||||
}
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user