what happened there?

This commit is contained in:
Elijah 2024-11-25 19:00:25 +00:00
parent 51ca89bc5c
commit 10dc225701

View File

@ -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()