Users will be confused if they get to this app or page after they've verified their email address. While this shouldn't be a common situation, this application shouldn't assume that all users who are here still need their email address verified.
If we sent a new email verification message (which Auth0 will happily do, even for users who are already verified), following that link will take users to an error message, since the verification "failed" (thankfully there's a note there about their email address already being verified, but still it's confusing).
It is unlikely that users who are first redirected here will have their email address verified, since Auth0 (just checked that).
Some options:
check status before we send a new verification message
check status periodically (e.g. refresh the page every minute or so)
Users will be confused if they get to this app or page after they've verified their email address. While this shouldn't be a common situation, this application shouldn't assume that all users who are here still need their email address verified.
If we sent a new email verification message (which Auth0 will happily do, even for users who are already verified), following that link will take users to an error message, since the verification "failed" (thankfully there's a note there about their email address already being verified, but still it's confusing).
It is unlikely that users who are first redirected here will have their email address verified, since Auth0 (just checked that).
Some options: