Skip to content

Commit

Permalink
Fix createPasskeySigner reference
Browse files Browse the repository at this point in the history
## Context
This PR:
- Fixes the indentation of the `return` section in the reference.
- Adds the code snippet for the `credential` parameter of the function.
  • Loading branch information
germartinez authored Jan 17, 2025
1 parent f489f0a commit f992e1f
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ const protocolKit = await Safe.init({

The WebAuthn credential to use for signing.

### Returns
```typescript focus=2
const passkeySigner = await Safe.createPasskeySigner(
credential
)
```

## Returns

`Promise<Pick<PasskeyArgType, 'rawId' | 'coordinates'>>`

Expand Down

0 comments on commit f992e1f

Please sign in to comment.