rwadurian/frontend/mining-app/lib/presentation/pages
hailin 149cf7ea77 fix(auth): 修复找回密码流程的三个 bug
Backend:
- password.service.ts: resetPassword 补齐验证码暴力破解防护,
  输错时累计 attempts,超过 5 次拒绝,与 loginBySms 逻辑一致

Frontend (forgot_password_page.dart):
- 发送验证码错误消息改为提取真实 message,不再显示原始异常类名
- 重置密码错误消息同上处理
- 新增 _sendingSms 标志,发送请求期间禁用按钮,防止重复发短信

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 19:56:34 -07:00
..
asset feat(mining-app): 接入 capabilitiesProvider 实现 UI 层能力适配 2026-02-28 01:36:24 -08:00
auth fix(auth): 修复找回密码流程的三个 bug 2026-03-10 19:56:34 -07:00
c2c revert(app): 回滚 C2C 页面的卖出限制 2026-03-04 05:57:24 -08:00
contribution fix(mining-app): 已解锁上 null 时显示 0 2026-03-05 05:41:00 -08:00
profile fix(mining-app): 修复分配记录 distributionMinute 时间仍显示UTC的问题 2026-03-02 21:26:47 -08:00
splash feat(mining-app): 集成 telemetry 遥测功能 2026-03-05 09:29:06 -08:00
trading feat(mining-app): 完善 telemetry 埋点 - 页面访问 + 用户行为 2026-03-05 09:36:04 -08:00