You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
Sorry I do not have any time to investigate, any PR is welcome :-)
Thanks for contributing
Cheers,
Tim
—
TIMOTHY KEYNES
ENTREPRENEUR & 42 🚀
www.keynes.fr
P: +33 06 73 80 96 32
E: [email protected]
Le 20 avr. 2020 à 16:34 +0200, Devanand <[email protected]>, a écrit :
Hey @aloysius-tim , great repo by the way, its really a greater starter!
While trying to figure out the sign up, found that confirmation block of welcome is not sent because there is no confirmation_token.
Should it just be:
user.confirmation_token = uuid() in the signup function of api/app/Controllers/Http/AuthController.js
Or if it was not set with a different intention, let me know, else I will raise a PR with this fix?
Thanks again!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Hey @aloysius-tim , great repo by the way, its really a greater starter!
While trying to figure out the sign up, found that confirmation block of welcome is not sent because there is no confirmation_token.
Should it just be:
user.confirmation_token = uuid()
in thesignup
function ofapi/app/Controllers/Http/AuthController.js
Or if it was not set with a different intention, let me know, else I will raise a PR with this fix?
Thanks again!
The text was updated successfully, but these errors were encountered: