fix: 修复扫码登录成功后回车还会刷新二维码问题。 (#321)

This commit is contained in:
小飞 2023-11-23 01:35:18 +08:00 committed by GitHub
parent 0adcb79973
commit b9f2b7f908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ export default class loginEvent extends EventListener {
time++
let res = await this.client.queryQrcodeResult()
if (res.retcode === 0) {
inSlider = true
console.log('\n')
logger.info(logger.green('扫码成功,开始登录...'))
console.log('\n')