Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
m-canton committed Aug 16, 2024
1 parent d76caf1 commit 02f40d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion addons/http_manager/autoload/oauth2/oauth2.gd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ var port := 0
var bind_address := "*"
## Redirect TCP server.
var _redirect_server := TCPServer.new()
## Loads local HTML file to display in the redirect URI: <bind_address>:<port>
## Loads local HTML file to display in the redirect URI: <bind_address>:<port>.
## See [method set_redirect_html].
var _redirect_html := ""
## Timeout
var _duration := 120.0
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config_version=5
[application]

config/name="HTTP Manager"
config/tags=PackedStringArray("network", "plugin", "unfinished")
config/tags=PackedStringArray("network", "plugin")
run/main_scene="res://addons/http_manager/test/test.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
config/icon="res://icon.webp"
Expand Down

0 comments on commit 02f40d3

Please sign in to comment.