I'm trying to reset my email, ensuring the token hasn't expired to maintain authentication. The navigation with a single parameter worked, but it's failing with two parameters now.
supbaseURl/auth/v1/verify?token=tokenValue&type=email_change&redirect_to=tempulhealth://tempulhealth.com/settingsPage?newEmail=langah61%2boo%40gmail.com&token=624389
Here is the supabase structure
<h2>Confirm Change of Email</h2>
<p>Follow this link to confirm the update of your email from {{ .Email }} to {{ .NewEmail }}: {{ .Data }}</p>
<p><a href="{{ .ConfirmationURL }}settingsPage?newEmail={{ .NewEmail }}&token={{ .Token }}">Change Email</a></p>