"signInWithOtp" doesn't send magiclink email template, instead send confirm signup template #28947
|
I'm using Next.js with Supabase/SSR and implementing Magiclink from https://supabase.com/docs/guides/auth/auth-email-passwordless, but "signInWithOtp" doesn't send the Magiclink email template. I don't understand if there is a bug or if I'm missing something. auth actions file - auth confirm route file - Here is the magic link email template - |
Answered by
GaryAustin1
Aug 28, 2024
Replies: 2 comments
|
If the user does not exist then it will use the signup template I believe. You have shouldCreateUser flag true (default). |
0 replies
Answer selected by
ritiksharmarj
|
Got it, thanks. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the user does not exist then it will use the signup template I believe. You have shouldCreateUser flag true (default).