Try to fix login redirect

This commit is contained in:
yzernik 2022-04-29 23:28:52 -07:00
parent 43f959e9c4
commit fa0bd4a089
No known key found for this signature in database
GPG key ID: D761F27D9B20BA52

View file

@ -71,7 +71,7 @@ def create_app(handler, username, password):
@login.unauthorized_handler
def unauthorized_callback():
return redirect("/login")
return redirect(url_for("login"))
def protobuf_serialized(request_message):
def decorator(func):