zmrestore old login
This commit is contained in:
3
app.py
3
app.py
@@ -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:
|
||||
|
Reference in New Issue
Block a user