zmrestore old login

This commit is contained in:
Mateusz Gruszczyński
2025-07-11 13:22:43 +02:00
parent 9193a94c0d
commit 78700c48c5

3
app.py
View File

@@ -380,9 +380,6 @@ def main_page():
return render_template("main.html", user_lists=user_lists, public_lists=public_lists, archived_lists=archived_lists)
from flask import request, redirect, url_for, flash, render_template, make_response
# ... inne importy ...
@app.route('/system-auth', methods=['GET', 'POST'])
def system_auth():
if current_user.is_authenticated or request.cookies.get('authorized') == AUTHORIZED_COOKIE_VALUE: