Skip to content

Commit a0cc0ff

Browse files
committed
chore: address code comments
1 parent ae0000a commit a0cc0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk-4337/src/client/actions/passkey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export async function fetchAccount(
315315
});
316316

317317
if (!publicKeyCoords || !publicKeyCoords[0] || !publicKeyCoords[1]) {
318-
throw new Error(`Credential not found in on-chain module for credential ${credentialId}`);
318+
throw new Error(`Account credentials not found in on-chain validator module for credential ${credentialId}`);
319319
}
320320

321321
// Convert the public key coordinates back to COSE format

0 commit comments

Comments
 (0)