You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
If email verification does not get completed the navbar disappears. This is because the UI expects the user to be logged into our auth provider, Clerk, never finished verifying the user so basically crashes our navbar which relies on Clerk to figure out which navbar to display.
Acceptance Criteria
Even if the user fails to complete email verification, the error is handled in such a way that the navbar remains visible.
Any updates to the UI matches with existing UI themes.
Possible Solutions:
Catch this error and handle it by...
signing them out
clearing the Clerk cookies
resending email verification
updating the navbar in some way so that it doesn't crash
Description
If email verification does not get completed the navbar disappears. This is because the UI expects the user to be logged into our auth provider, Clerk, never finished verifying the user so basically crashes our navbar which relies on Clerk to figure out which navbar to display.
Acceptance Criteria
Possible Solutions:
Additional Information
Next Docs
Clerk Docs
Chakra UI
Our Design Templates
Shhh
The text was updated successfully, but these errors were encountered: