Skip to content

Commit

Permalink
docs: update createWebAuthnCredential.md (#2548)
Browse files Browse the repository at this point in the history
  • Loading branch information
salieflewis authored Jul 28, 2024
1 parent 6811b47 commit 26f0de6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ import * as passkey from 'react-native-passkeys' // [!code focus]
const credential = await createWebAuthnCredential({
name: 'Example',
createFn: passkey.create, // [!code focus]
})

const account = toWebAuthnAccount({
credential,
createFn: passkey.create, // [!code focus]
})
```

Expand Down

0 comments on commit 26f0de6

Please sign in to comment.