Skip to content

Commit

Permalink
chore(example): change passkey field to 'username'
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed May 12, 2024
1 parent 2c41828 commit 076a0de
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion apps/examples/nextjs/auth.ts
Expand Up @@ -73,7 +73,15 @@ const config = {
LinkedIn,
Netlify,
Okta,
Passkey,
Passkey({
formFields: {
email: {
label: "Username",
required: true,
autocomplete: "username webauthn",
},
},
}),
Passage,
Pinterest,
Reddit,
Expand Down

0 comments on commit 076a0de

Please sign in to comment.