Добавление заголовка страницы авторизации

This commit is contained in:
2024-11-07 18:39:13 +03:00
parent 5211ab58a2
commit 771946eae5
2 changed files with 1 additions and 1 deletions

View File

@@ -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({