MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / SignupFormResult

Class SignupFormResult

src/core/register.py:123–129  ·  view source on GitHub ↗

提交注册表单的结果

Source from the content-addressed store, hash-verified

121
122@dataclass
123class SignupFormResult:
124 """提交注册表单的结果"""
125 success: bool
126 page_type: str = "" # 响应中的 page.type 字段
127 is_existing_account: bool = False # 是否为已注册账号
128 response_data: Dict[str, Any] = None # 完整的响应数据
129 error_message: str = ""
130
131
132class RegistrationEngine:

Callers 2

_submit_auth_startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected