Email signup: Refresh currently open tab when verify your account is clicked

My company is using Auth0 to do email signup and login authentication. When a new user signs up with an email address, the user gets an email with the “verify your account” link which when clicked opens a new browser tab.

Is there a way for the “verify your account” link to refresh the tab where the user is asked to check their email instead of opening a new browser tab? This is the flow we are looking to implement:

  1. Our customer invite Page
  2. Auth0 Sign up page → user signs up with their email address
  3. Our customer Check your email page
  4. User checks email and clicks on verify your email inside Auth0 generated email
  5. Clicking on link refreshes tab with check your email and continues onto our next page as authenticated