Skip to content

Commit

Permalink
docs: update isDeviceSupported description
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsonevv committed Jul 12, 2024
1 parent de630c6 commit 731d95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/biometric-ed25519/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const isPassKeyAvailable = async (): Promise<boolean> => {
return window.PublicKeyCredential?.isUserVerifyingPlatformAuthenticatorAvailable?.() || false;
};

// To check if current device is supported
// To check if current device supports biometric ed25519 authentication
export const isDeviceSupported = async (): Promise<boolean> => {
try {
await createKey('test-device');
Expand Down

0 comments on commit 731d95c

Please sign in to comment.