mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: updated error message
This commit is contained in:
@@ -198,7 +198,7 @@ export const sshResourceFactory: TPamResourceFactory<TSSHResourceConnectionDetai
|
||||
error.message.includes("publickey")
|
||||
) {
|
||||
throw new BadRequestError({
|
||||
message: "Account credentials invalid: Username or credentials incorrect"
|
||||
message: "Account credentials invalid."
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user