This commit is contained in:
Renaud Boyer 2020-12-06 22:08:05 +01:00
parent a8d67f94e2
commit 1c73f07d18
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def register():
try:
send_activation_email(user, next_url)
except:
except Exception:
flash("Invalid email, are you sure the email is correct?", "error")
return redirect(url_for("auth.register"))