Skip to content

Commit

Permalink
Update user/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Wang <[email protected]>
  • Loading branch information
NicolasLopes7 and thiskevinwang authored Sep 3, 2024
1 parent b1fde5a commit 883eaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ func (c *Client) ListOrganizationMemberships(ctx context.Context, id string, par
return list, err
}

// DeletePasskey deletes a passkey by it's identification ID.
// DeletePasskey deletes a passkey by its identification ID.
func (c *Client) DeletePasskey(ctx context.Context, userID, identificationID string) (*clerk.DeletedResource, error) {
path, err := clerk.JoinPath(path, userID, "/passkeys", identificationID)
if err != nil {
Expand Down

0 comments on commit 883eaa4

Please sign in to comment.