Skip to content

Commit

Permalink
chore(docs): update passkeys page
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed May 10, 2024
1 parent 4dda6af commit 3833baa
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/pages/getting-started/providers/passkey.mdx
Expand Up @@ -212,21 +212,3 @@ export default function Login() {
## Options

You can find all of the Passkeys provider options under the [API reference](/reference/core/providers/webauthn#webauthnconfig).

## Notes

- If you only pass a field named `username`, like below. 1Password **will not** offer to save new Passkeys in your login form.

```ts filename="@/auth.ts" /username/
providers = [
Passkey({
formFields: {
username: {
label: "Username",
required: true,
autocomplete: "webauthn username",
},
},
}),
]
```

0 comments on commit 3833baa

Please sign in to comment.