diff --git a/09 - Audits/Activity Log.md b/09 - Audits/Activity Log.md index 4f21fa7..872ff7d 100644 --- a/09 - Audits/Activity Log.md +++ b/09 - Audits/Activity Log.md @@ -1012,4 +1012,16 @@ Reworked into a dedicated flow on both surfaces: --- +### 2026-06-03 — frontend v2.8.76 — email send-code always reveals the verify panel + +Bugfix: «ارسال کد تأیید» was disabled when the email was unchanged and +handleRequestEmailChange early-returned silently for the same address — so after +"sending" nothing appeared. Now the button is enabled whenever an email is +present; a changed email parks it as pending + codes the new inbox, an unchanged +email (re)sends a code to verify the current address. Either way pendingVerify +flips on and the inline code-entry panel renders. +**Verification:** tsc + eslint clean. + +--- +