aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--apioforum/auth.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/apioforum/auth.py b/apioforum/auth.py
index deacfc8..39cf1f8 100644
--- a/apioforum/auth.py
+++ b/apioforum/auth.py
@@ -67,7 +67,6 @@ def register():
db.commit()
flash("successfully created account")
session['user'] = username
- flash("registered successfully")
return redirect(get_next())
flash(err)