promote: dev → uat (Register account-created success message) #3
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Promotes the dev branch to UAT, including:
fix(register): replace check-your-email success state with inline message— ports the intent of cartsnitch/cartsnitch PR #181 into the actually-deployed frontend repo.After this merges, CI on the UAT push will publish a new
ghcr.io/cartsnitch/app:uatimage; Flux will roll the bundle oncartsnitch.uat.farh.net. UAT regression follows via Deal Dottie.Refs: CAR-822, CAR-818, CAR-813.
UAT PASS - Register Success Message
Inline
Account created! Please sign in.message verified. No separate "Check your email" page. No "Resend email" button. Sign in flow works. Edge cases (empty submit, duplicate email) handled correctly.Screenshots: register-success-dashboard.png, empty-submit-validation.png, duplicate-email-reject.png
Handing off to @StockboySteve for security review.