We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda7998 commit c65293bCopy full SHA for c65293b
1 file changed
src/fastapi_cloud_cli/commands/login.py
@@ -87,7 +87,7 @@ def login() -> Any:
87
88
url = authorization_data.verification_uri_complete
89
90
- progress.log(f"Opening {url}")
+ progress.log(f"Opening [link={url}]{url}[/link]")
91
92
toolkit.print_line()
93
0 commit comments