From 15cd01f89f9dc9f72f70946e28dcfd8f8939ed8f Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Sat, 4 Apr 2026 14:05:12 -0400 Subject: [PATCH] fix: tweak email verification copy (#68) * Improve verify email page copy and design Remove redundant green success alert, update title to "Verify your email", rename button to "Resend email", and change footer link to "Back to sign in". * Fix verification emails not sending in production Remove the backgroundTasks/waitUntil handler so better-auth awaits email sending inline. Previously, errors thrown inside waitUntil promises were silently dropped by Cloudflare Workers, preventing emails from sending with no visible error logs.