Skip to content

Commit

Permalink
feat(ConnectAccountButton): Wait for device creation by default (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Mar 29, 2024
1 parent 527aa17 commit 1ae42f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export function ConnectAccountButton({
const handleClick = useCallback(() => {
mutate({
custom_redirect_url: globalThis.location?.href,
wait_for_device_creation: true,
})
}, [mutate])

Expand Down

0 comments on commit 1ae42f9

Please sign in to comment.