FlaskSeries
FlaskSeries copied to clipboard
Changed the authentication by a little
I tried to create a user with an email address that does not exists in the database but it showed me an error that the email already exists. It happened with any email that I tried with, then I changed the code a little bit instead of checking that the email exists or not I checked that the user exists or not. The previous code didn't worked for me. Thanks