Skip to content

Commit e4ccba7

Browse files
ElijahAhianyomasenf
authored andcommitted
Remove invitation code logic from reflex logoutv2 (#4433)
* what happened there? * we should do this for v2 instead
1 parent 09b2d92 commit e4ccba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/reflex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def logoutv2(
404404

405405
hosting.log_out_on_browser()
406406
console.debug("Deleting access token from config locally")
407-
hosting.delete_token_from_config(include_invitation_code=True)
407+
hosting.delete_token_from_config()
408408

409409

410410
db_cli = typer.Typer()

0 commit comments

Comments
 (0)