fix: 规范化 OAuth 授权页面状态处理,更新相关测试用例

This commit is contained in:
QLHazyCoder
2026-04-16 22:18:56 +08:00
parent 8f5d2bc363
commit 7828c196af
3 changed files with 181 additions and 25 deletions
+1
View File
@@ -4052,6 +4052,7 @@ function isVerificationMailPollingError(error) {
}
function getLoginAuthStateLabel(state) {
state = state === 'oauth_consent_page' ? 'unknown' : state;
switch (state) {
case 'verification_page':
return '登录验证码页';