From a603d73b965db1d681e7c11f8b79bda1deaecc78 Mon Sep 17 00:00:00 2001 From: fenix-hub Date: Sat, 25 Mar 2023 17:36:00 +0100 Subject: [PATCH] fix sign_out signal in Auth --- addons/supabase/Auth/auth.gd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/supabase/Auth/auth.gd b/addons/supabase/Auth/auth.gd index 5b1a27f..5e1c9c4 100644 --- a/addons/supabase/Auth/auth.gd +++ b/addons/supabase/Auth/auth.gd @@ -332,11 +332,10 @@ func _on_task_completed(task : AuthTask) -> void: AuthTask.Task.INVITE: user_invited.emit() AuthTask.Task.LOGOUT: - signed_out.emit() client = null _auth = "" _expires_in = 0 - + signed_out.emit() # A timer used to listen through TCP on the redirect uri of the request func _tcp_stream_timer() -> void: