diff --git a/apps/examples/nextjs/auth.ts b/apps/examples/nextjs/auth.ts index bf635d3197..0b7bf20c34 100644 --- a/apps/examples/nextjs/auth.ts +++ b/apps/examples/nextjs/auth.ts @@ -73,7 +73,15 @@ const config = { LinkedIn, Netlify, Okta, - Passkey, + Passkey({ + formFields: { + email: { + label: "Username", + required: true, + autocomplete: "username webauthn", + }, + }, + }), Passage, Pinterest, Reddit,