Better reply
This commit is contained in:
@@ -93,7 +93,7 @@ def http_redirect_message(message, location, relay_state=""):
|
|||||||
|
|
||||||
login_url = "?".join([location, urllib.urlencode(args)])
|
login_url = "?".join([location, urllib.urlencode(args)])
|
||||||
headers = [('Location', login_url)]
|
headers = [('Location', login_url)]
|
||||||
body = []
|
body = [""]
|
||||||
|
|
||||||
return (headers, body)
|
return (headers, body)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user