Skip to content

Commit

Permalink
fix: add clarification that warnOnBrokenImplementation is for keys in…
Browse files Browse the repository at this point in the history
… general
  • Loading branch information
J0 committed Oct 10, 2024
1 parent 8460a41 commit 3a6f8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function toPublicKeyCredentialDescriptor(
}

/**
* Visibly warn when we detect an issue related to a passkey provider intercepting WebAuthn API
* Visibly warn when we detect an issue related to a key provider intercepting WebAuthn API
* calls
*/
function warnOnBrokenImplementation(methodName: string, cause: Error): void {
Expand Down

0 comments on commit 3a6f8b0

Please sign in to comment.