Skip to content

Commit

Permalink
new errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi committed Jun 25, 2021
1 parent d6fce1f commit 989bd2e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,12 @@ const errorAlertMapping = {
message: 'The port must be a whole number less than or equal to 65535.',
},
CONNECTION_ACCESS_DENIED_ERROR: {
message: 'Either the username or password is incorrect.',
message: 'Invalid account information',
description: 'Either the username or password is incorrect.',
},
CONNECTION_INVALID_PASSWORD_ERROR: {
message: 'Invalid account information',
description: 'Either the username or password is incorrect.',
},
};
interface DatabaseModalProps {
Expand Down

0 comments on commit 989bd2e

Please sign in to comment.