Skip to content

Commit

Permalink
Update auth.gd
Browse files Browse the repository at this point in the history
Removed discord link
  • Loading branch information
NIKHIL0VERMA authored Jul 31, 2023
1 parent b04b131 commit 43ba257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/godot-firebase/auth/auth.gd
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ func get_google_auth_manual(provider: AuthProvider = _local_provider) -> void:
func _tcp_stream_timer() -> void:
var peer : StreamPeer = tcp_server.take_connection()
if peer != null:
var raw_result : String = peer.get_utf8_string(441) #https://discord.com/channels/794559524903714886/867410297333219338/1133130536198602752
var raw_result : String = peer.get_utf8_string(441)
if raw_result != "" and raw_result.begins_with("GET"):
tcp_timer.stop()
remove_child(tcp_timer)
Expand Down

0 comments on commit 43ba257

Please sign in to comment.