TheDynamicPunk / links-later

An easy solution to manage those gazillion tabs when you're working hard to fix that bug!
https://linkslater.onrender.com
1 stars 0 forks source link

Fix issue where user email not verified and not able to send mail #80

Closed TheDynamicPunk closed 1 year ago

TheDynamicPunk commented 1 year ago

In login request if user uses username to login instead of email the current implementation fails to send the verification e-mail. Reason being we are using email provided in the request to send the mail instead of fetching it from the DB.