we should do this for v2 instead
This commit is contained in:
parent
10dc225701
commit
268bd4e1be
@ -386,7 +386,7 @@ def logout(
|
||||
|
||||
hosting.log_out_on_browser()
|
||||
console.debug("Deleting access token from config locally")
|
||||
hosting.delete_token_from_config()
|
||||
hosting.delete_token_from_config(include_invitation_code=True)
|
||||
|
||||
|
||||
@cli.command()
|
||||
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user