Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
octavien-mural committed Sep 18, 2023
1 parent f355bd5 commit 8a2ff2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-federated-passkeys/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function Home() {
// https://www.w3.org/TR/webauthn-2/#sctn-sample-registration
const attestation = await getWebAuthnAttestation({
publicKey: {
authenticatorSelection: {
authenticatorSelection: {
residentKey: "preferred",
requireResidentKey: false,
userVerification: "preferred",
Expand Down

0 comments on commit 8a2ff2e

Please sign in to comment.