Hi guys, I just want to seek help about my forgot password function. Basically I want to make user to input their email and after they click the button, a verification code will be send to their email. How can I achieve this kind of function? Thanks in advance
I am not sure what exactly what you want but this for this just create a back end call with the user email and let backend send email to user.
yeah thanks for that, I already an api backend call and just doing the post method with the verification code… I almost finished this function…