We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a065442 commit 2b144f6Copy full SHA for 2b144f6
src/lightning_app/utilities/login.py
@@ -163,9 +163,9 @@ def login_with_browser(self, auth: Auth) -> None:
163
164
logger.info(
165
"\nAttempting to automatically open the login page in your default browser.\n"
166
- "If the browser does not open, navigate to the \"Keys\" tab on your Lightning AI profile page:\n\n"
+ 'If the browser does not open, navigate to the "Keys" tab on your Lightning AI profile page:\n\n'
167
f"{get_lightning_cloud_url()}/me/keys\n\n"
168
- "Copy the \"Headless CLI Login\" command, and execute it in your terminal.\n"
+ 'Copy the "Headless CLI Login" command, and execute it in your terminal.\n'
169
)
170
click.launch(url)
171
0 commit comments