Extend Playwright coverage beyond happy paths for password reset and email verification tokens: reuse, expiry, forged token, and (after resend UI ships) resend verification.
tests/e2e/password-reset.spec.ts and tests/e2e/email-verify.spec.ts cover the main flows only. Server actions already reject expired/used/invalid tokens; regressions are unguarded.email-verify capturedtests/utils/email-stub.ts); no raw selectors in specsresetPassword / verifyEmail can ship unnoticed; users see broken reset/verify with no automated regression signal.tests/e2e/password-reset.spec.ts, tests/e2e/email-verify.spec.ts, src/lib/actions/passwordReset.ts, src/lib/actions/emailVerification.ts