diff options
author | ubq323 <ubq323> | 2021-06-20 22:57:33 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-20 22:57:33 +0000 |
commit | bb96e4fdef872144da8be67fabe53a458d171b06 (patch) | |
tree | e238912fd485331b4f2beac031d52e00d8eb00ef | |
parent | d9558f88dea6c72e4bfe27f634aa38eca8bf3e3d (diff) |
we don't need two messages here
-rw-r--r-- | apioforum/auth.py | 1 |
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) |