From 423276c67a6dae9b9afb4cd70115cd985d736799 Mon Sep 17 00:00:00 2001 From: Llloooggg Date: Sun, 15 Aug 2021 00:35:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=B2=D1=81=D0=BF=D0=BB=D1=8B=D0=B2=D0=B0=D1=8E?= =?UTF-8?q?=D1=89=D0=B5=D0=B5=20=D1=83=D0=B2=D0=B5=D0=B4=D0=BE=D0=BC=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D0=B1=20=D1=83=D1=81=D0=BF?= =?UTF-8?q?=D0=B5=D1=88=D0=BD=D0=BE=D0=BC=20=D0=B2=D1=8B=D1=85=D0=BE=D0=B4?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dyxless/auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dyxless/auth.py b/dyxless/auth.py index f7a64a6..02803ea 100644 --- a/dyxless/auth.py +++ b/dyxless/auth.py @@ -200,4 +200,5 @@ def login(): @auth.route("/logout") def logout(): logout_user() + flash("Вы успешно вышли!", "is-success") return redirect(url_for("main.index"))