From 771946eae5e32aa47a4e2819d61e5f7194516495 Mon Sep 17 00:00:00 2001 From: Anton Kamalov Date: Thu, 7 Nov 2024 18:39:13 +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=B8=D0=B5=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B?= =?UTF-8?q?=20=D0=B0=D0=B2=D1=82=D0=BE=D1=80=D0=B8=D0=B7=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Auth/__init__.py | 1 - App/Auth/templates/auth.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/App/Auth/__init__.py b/App/Auth/__init__.py index 6e92707..79e03e1 100644 --- a/App/Auth/__init__.py +++ b/App/Auth/__init__.py @@ -9,7 +9,6 @@ def auth(): return render_template('auth.html') else: data = request.form.to_dict() - print(data) auth_data = auth_model(data) if auth_data.status: session.update({ diff --git a/App/Auth/templates/auth.html b/App/Auth/templates/auth.html index 3bed3b2..08ef3c2 100644 --- a/App/Auth/templates/auth.html +++ b/App/Auth/templates/auth.html @@ -7,6 +7,7 @@ +

Авторизация