Skip to content

Commit

Permalink
feat: export types and simplify hook checks and add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
avasisht23 committed Apr 12, 2024
1 parent 72cea83 commit 62dc715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/snippets/react/useAddPasskey.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useAddPasskey } from "@alchemy/aa-alchemy/react";

export function ComponentWithUser() {
export function ComponentWithAddPasskey() {
// Assumes the app has context of a signer with an authenticated user
const addPasskey = useAddPasskey();

Expand Down

0 comments on commit 62dc715

Please sign in to comment.