After a user submits their email to next-auth, how to pass it to the check email page?
question with next-auth email provider.
After a user submits their email, they get sent to the check-email page.... How can I pass that email address through to the check email page?
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
thanks @lee
Hi Lee, trying
Not working
@lee
the querystring isnt coming through
sends the user here: http://localhost:3000/api/auth/signin?error=EmailSignin
also doesn't work
w000
i resolved it
without any validation or anything...