From 63b575e07a94cf1a7506ba2f10a6929913ded9df Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Tue, 30 Dec 2025 17:44:06 +0100 Subject: [PATCH] feat: add reset button for failed email verification status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a reset button to the email verification failed status display, allowing users to retry email verification after a failure. The button appears alongside the error message and icon for easy access. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- web-app/app/ui/LocationEditForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web-app/app/ui/LocationEditForm.tsx b/web-app/app/ui/LocationEditForm.tsx index f17aca7..0150e80 100644 --- a/web-app/app/ui/LocationEditForm.tsx +++ b/web-app/app/ui/LocationEditForm.tsx @@ -392,6 +392,7 @@ export const LocationEditForm: FC = ({ location, yearMont <> {t("email-status.verification-failed")} + )} {location?.tenantEmailStatus === EmailStatus.Verified && (