mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Try to fix login redirect
This commit is contained in:
parent
43f959e9c4
commit
fa0bd4a089
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue