-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在没有输入密码时,会尝试在打开启动器时自动进行第三方登录 #5267
Comments
wuliaodexiaoluo
changed the title
[Bug] 网络请求超时可能被误判为需要重新登陆
[Bug] 网络请求超时可能被误判为需要使用密码重新登陆
Dec 14, 2024
补充:当时使用的登录方式为密码登录 |
从请求超时到弹出窗口用了约 7.8 秒,不太可能是请求超时的问题 |
PCL 似乎在没有输入密码的时候尝试在打开启动器时自动登录了 |
经过后续检查,这是 #5132 的逻辑错误 相关代码为
定义为
正确逻辑应为 If Not LittleSkinClientId = "" Then Return "",代码中错写为 If LittleSkinClientId IsNot Nothing Then Return ""
稍后将推送代码修复此问题 |
诶诶诶别关了啊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
检查项
描述
当网络请求超时可能误判为需要使用密码重新登陆
虽然是 2.8.10 的代码,但是我看 Release 好像没提到有修这东西
重现步骤
进行 Microsoft 登录,并等待网络请求超时一次
日志与附件
Log1.txt
The text was updated successfully, but these errors were encountered: