Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
zkharit committed Dec 20, 2024
1 parent 4cfe663 commit 288b40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-key-stamper/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function convertTurnkeyApiKeyToJwk(input: {
jwk = pointDecode(uint8ArrayFromHexString(compressedPublicKeyHex));
} catch (e) {
throw new Error(
`invalid API key: Ensure that you are using a valid public and private key in compressed or uncompressed format and they are not switched`
`unable to load API key: invalid public key. Did you switch your public and private key?`
);
}

Expand Down

0 comments on commit 288b40e

Please sign in to comment.