From 10dc225701ab467cd1560d5f2082c81232fade32 Mon Sep 17 00:00:00 2001 From: Elijah Date: Mon, 25 Nov 2024 19:00:25 +0000 Subject: [PATCH] what happened there? --- reflex/reflex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/reflex.py b/reflex/reflex.py index 9781c393a..e8f5fe29d 100644 --- a/reflex/reflex.py +++ b/reflex/reflex.py @@ -386,7 +386,7 @@ def logout( hosting.log_out_on_browser() console.debug("Deleting access token from config locally") - hosting.delete_token_from_config(include_invitation_code=True) + hosting.delete_token_from_config() @cli.command()