Verify Email
Complete email verification through the backend token flow.
The Go auth service issues verification tokens, and this page consumes the token from the email link so users can finish onboarding in the dashboard frontend.
Verification
Awaiting Link
This page reacts to the backend-issued `token` query param.
After Verify
Sign In
Once verified, the existing login flow should work normally.
Email Verification
Check Your Inbox
Use the email link from the backend to verify the account before signing in.