Remove invitation code logic from reflex logoutv2 (#4433)

* what happened there?

* we should do this for v2 instead
This commit is contained in:
Elijah Ahianyo 2024-11-25 20:14:50 +00:00 committed by Masen Furer
parent 09b2d92466
commit e4ccba7aee
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -404,7 +404,7 @@ def logoutv2(
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()
db_cli = typer.Typer()