Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-jake committed Feb 25, 2025
1 parent a8c44c9 commit 594aace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet-sdk/src/kms/crypto-key/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function getAccount(): Promise<WebAuthnAccount> {
const sign = async (payload: Hex.Hex) => {
const { payload: message, metadata } = WebAuthnP256.getSignPayload({
challenge: payload,
origin: 'https://keys.coinbase.com', // optional parameter
origin: 'https://keys.coinbase.com',
userVerification: 'preferred',
});
const signature = await WebCryptoP256.sign({
Expand Down

0 comments on commit 594aace

Please sign in to comment.