devat-youtuber / mern-full-auth

121 stars 73 forks source link

Why can't I receive my activation token in the activation link? #3

Open adityaFE opened 3 years ago

adityaFE commented 3 years ago

Why can't I receive my activation token in the activation link? As an activation link I am receiving this : http://localhost:3000/user/activate/{activation_token}; I have already throughly checked every step,but I am not able to find the error.

vishalsharma516517 commented 3 years ago

avaa salaaa activation token tara bapp bajaga

adityaFE commented 3 years ago

avaa salaaa activation token tara bapp bajaga

Gawar😂

vishalsharma516517 commented 3 years ago

tara baaap

vishalsharma516517 commented 3 years ago

badaa tu phd holder

adityaFE commented 3 years ago

Lgta hai school jaate ho abi bhi.. Koi na..bade ho jaao phir ache de baat krna shayd seekh jaao😅

Surajsharma167535 commented 3 years ago

jis school ki tum baat kr rhe ho mai uska principal hu

Surajsharma167535 commented 3 years ago

khi esa to ni tumhe bhi mene pdaya ho

vishalsharma516517 commented 3 years ago

nikal pahli fursat me........

devat-youtuber commented 3 years ago

send your code to my email

adityaFE commented 3 years ago

sent the zipped folder to the business email sir. Thank you very much.

On Mon, Feb 1, 2021 at 11:05 PM devat-youtuber notifications@github.com wrote:

send your code to my email

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/devat-youtuber/mern-full-auth/issues/3#issuecomment-771027209, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJBRPGHQ6TWUQGBQXFI5C6LS43Q6TANCNFSM4WFQFPCA .

Muizuddeen commented 3 years ago

aditya ,Your problem has been solved? i have same problem, tell me if your problem has been resolved

FBek90 commented 2 years ago

@adityaMERN I have solved it. Just only "return" is missed in user.Ctrl.js file res.json({msg: "Register Success! Please activate your email to start."}) in order to solve it just add return in fron of the code like this **return** res.json({msg: "Register Success! Please activate your email to start."}) Hope it helps.