Hi <@498057949541826571>, we use /auth/user/email/...
# support-questions-legacy
i
Hi @rp_st, we use /auth/user/email/verify point on FDI. So when we call this from frontend - have a problem in multiplication of requests. So why there are so many requests to /user/email/verify point, when we use this flow? Backend config is fine, question about react frontend. Thanks
r
hey @IaS1506
I don't think i understand the question. Can you elaborate?
i
Its ok. I just find out in changelog that email verification dropped with supertokens node update
In passwordless
r
right
i
So because of this it send infinity requests to /email/verify point
r
so if you are only using passwordless, you can remove emailverificaiton on the frontend and backend - since passwordless login via email implies that the email is verified already
i
r
makes sense.
i
) Thanks, since the moment i wrote you, I have found variants of solutions by myself
r
awesome!