We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacfb3d commit 6a84e32Copy full SHA for 6a84e32
1 file changed
src/core/register.py
@@ -796,6 +796,7 @@ def run(self) -> RegistrationResult:
796
return result
797
else:
798
self._log("9. Outlook 邮箱,跳过发送验证码环节")
799
+ self._otp_sent_at = time.time() # 记录时间戳,供后续按时间范围搜索邮件
800
801
# 10. 获取验证码
802
self._log("10. 等待验证码...")
0 commit comments