diff --git a/addons/gift/auth/grant_flows/redirecting_flow.gd b/addons/gift/auth/grant_flows/redirecting_flow.gd index 7068478..82e83e1 100644 --- a/addons/gift/auth/grant_flows/redirecting_flow.gd +++ b/addons/gift/auth/grant_flows/redirecting_flow.gd @@ -54,7 +54,7 @@ func _handle_empty_response() -> void: func _handle_success(data : Dictionary) -> void: data["scope"] = data["scope"].uri_decode().split(" ") print("Success.") - send_response("200 OK", "Twitch LoginSuccess!".to_utf8_buffer()) + send_response("200 OK", "Twitch LoginSuccess!".to_utf8_buffer()) func _handle_error(data : Dictionary) -> void: var msg = "Error %s: %s" % [data["error"], data["error_description"]]