fix: 规范化 OAuth 授权页面状态处理,更新相关测试用例
This commit is contained in:
@@ -4052,6 +4052,7 @@ function isVerificationMailPollingError(error) {
|
||||
}
|
||||
|
||||
function getLoginAuthStateLabel(state) {
|
||||
state = state === 'oauth_consent_page' ? 'unknown' : state;
|
||||
switch (state) {
|
||||
case 'verification_page':
|
||||
return '登录验证码页';
|
||||
|
||||
Reference in New Issue
Block a user