This commit is contained in:
手瓜一十雪 2024-08-12 20:46:28 +08:00
parent 94150a0c48
commit 9394bafa8e

View File

@ -175,7 +175,6 @@ export async function NCoreInitShell() {
.then(result => {
if (result.loginErrorInfo.errMsg) {
logger.logError('快速登录错误:', result.loginErrorInfo.errMsg);
reject();
}
})
.catch();