fix: 默认自动一键登录不进行错误提示

This commit is contained in:
liuyanfeng 2025-07-30 09:12:19 +08:00
parent c83baa1279
commit 6f8940c006

View File

@ -142,7 +142,7 @@ class StarLockLoginLogic extends BaseGetXController {
// showToast('用户取消一键登录'.tr);
break;
default:
if (showErrorMsg) {
if (code != 6000 && showErrorMsg) {
showToast('一键登录失败,请使用账号/密码登录');
}
break;