Skip to content

Commit

Permalink
feat: correct error message
Browse files Browse the repository at this point in the history
  • Loading branch information
grof committed Feb 1, 2024
1 parent e5561ad commit 73c2918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Run the 'system:list' command to see your list of configured Mix systems.`
message: `Failed to obtain access token: ${errorMessage}`,
suggestions: [
'Make sure you are using valid service credentials; default credentials will not work.',
'Verify your network connectivity.',
'Verify your network connectivity and/or VPN connection.',
'Verify the values provided for the authentication and API servers in your configuration.',
],
}
Expand Down

0 comments on commit 73c2918

Please sign in to comment.