misc: updated error message

This commit is contained in:
Sheen Capadngan
2025-11-19 03:04:02 +08:00
parent 6afb6a4a50
commit 5437aca3b6

View File

@@ -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."
});
}