Next.js🤔QuestionrequireEmailVerification: true and trying to figure out the best approach for my verify-email page. EMAIL_NOT_VERIFIED error => redirect to verify-email pagerequireEmailVerification I believe, hence I can't use auth.api.getSession() on the verify page to get the user's email for pre-filling the resend form. My current workaround is to either pass the email as a search param (?email=...) or make the resend form a plain input where the user types their email.