Skip to content

Commit 485540b

Browse files
committed
Fix output style for warning in login command
1 parent 7b73493 commit 485540b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fastapi_cloud_cli/commands/login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def login() -> Any:
8888
return
8989

9090
if identity.has_deploy_token():
91-
with get_rich_toolkit(minimal=True) as toolkit:
91+
with get_rich_toolkit() as toolkit:
9292
toolkit.print(
9393
"You have [bold blue]FASTAPI_CLOUD_TOKEN[/] environment variable set.\n"
9494
"This token will take precedence over the user token for "

0 commit comments

Comments
 (0)