Skip to content

Commit

Permalink
Update pages/sdk/protocol-kit/reference/safe.md
Browse files Browse the repository at this point in the history
Co-authored-by: Germán Martínez <[email protected]>
  • Loading branch information
DaniSomoza and germartinez authored Jun 6, 2024
1 parent f3686d2 commit ba01ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sdk/protocol-kit/reference/safe.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ Checks if a specific address is an owner of the current Safe.
const isOwner = await protocolKit.isOwner(address)
```

A Passkey can be used to check if it is an owner of the current Safe.
A passkey can also be used to check if the signer account is an owner of the current Safe.

```typescript
const passkey: PasskeyArgType = {
Expand Down

0 comments on commit ba01ca3

Please sign in to comment.