From bb96e4fdef872144da8be67fabe53a458d171b06 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 20 Jun 2021 22:57:33 +0000 Subject: we don't need two messages here --- apioforum/auth.py | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3