Skip to content
Documentation sections
Sign-In & Security

Verify Email

What this screen is for

Holds a signed-in account whose email is not yet verified here until verification is done. It checks verification on its own every three seconds, offers a manual "I've verified" check, resends the verification email with a sixty-second wait between sends, and carries a sign-out action.

When you would use this

Every time an account with an unverified email signs in — whether it just registered or is signing back in on an account created weeks earlier — it is sent here before it can reach any other screen in the app.

Who sees it

Only a signed-in account whose email is unverified is ever routed here. An account opened with Google or Apple never lands on this screen, because the provider already counts it as verified.

Where it lives

The screen exists on the mobile app only. A panel session always comes from an already-verified mobile session, so the panel has no equivalent screen of its own.

What you can do here

Automatic check

While the screen is open, verification status is checked on its own every three seconds; the moment verification completes, the screen moves on to the home screen automatically.

Check manually

The "I've verified" button triggers the same check right away; if it is still unverified, it shows an informational message.

Resend the verification email

Requests a new verification email; once one is sent, the button is disabled for sixty seconds and shows a countdown.

Sign out

The icon in the top bar signs the account out and returns to the sign-in screen.

Delete the account

A quiet link at the bottom of the screen opens the account-deletion screen; it is the only way to close out an account that was never verified without leaving it stuck in the app.

What the server accepts and refuses

Until verified, the only open door is deleting the account

Until the account is verified, the redirect rule allows nothing outside this screen except the account-deletion screen; any attempt to navigate to the calendar, appointments, or settings sends the reader straight back here.

Resending locks for sixty seconds

Once a verification email is sent, the button is disabled for sixty seconds and shows a countdown; this wait is enforced on the client only.