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 9819347 commit 4e1e192Copy full SHA for 4e1e192
src/auth/device-auth-flow.ts
@@ -64,7 +64,7 @@ async function requestAuthorization() {
64
65
const jsonRes = await response.json();
66
if (!jsonRes.error) {
67
- cliOutput(`Verify this code on screen ${chalk.bold.green(jsonRes.user_code)}`);
+ cliOutput(`\nVerify this code on screen: ${chalk.bold.green(jsonRes.user_code)}\n`);
68
// Wait for user to press Enter to open browser
69
await promptForBrowserPermission();
70
openBrowser(jsonRes.verification_uri_complete);
0 commit comments