You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@box/cli",
3
-
"description": "Official command line interface for the Box API\nNew here? Run: box login -d Sign in with your Box account in seconds.\nAlready set up? Run: box help Explore all commands.",
3
+
"description": "Official command line interface for the Box API. New here? Run 'box login -d' to sign in with your Box account in seconds.Already set up? Run 'box help' to explore all available commands.",
Copy file name to clipboardExpand all lines: src/commands/login.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -366,7 +366,7 @@ class OAuthLoginCommand extends BoxCommand {
366
366
this.info(
367
367
useDefaultBoxApp
368
368
? chalk`{yellow If authorization fails, verify that you are using one of the supported ports for the Official Box CLI app flow and restart the login command.}`
369
-
: chalk`{yellow If you are redirect to files view, please make sure that your Redirect URI is set up correctly and restart the login command.}`
369
+
: chalk`{yellow If you are redirected to the Files view, make sure your Redirect URI is configured correctly and restart the login command.}`
0 commit comments