Skip to content

Handle expired email verification links

From @benhayward.ben

When a user follows an invalid email verification link, display an error

  • Display a "Your verification request has expired." error but do not trigger a resend. We don't want to create a loop caused by people clicking on the back end. Better to capture this process asynchronoysly and make sure we redisplay the verification when they resend

Based off feedback in thread: !699 (comment 263718217)

Edited by Olivia Madrid