Skip to content

Commit 1ae42f9

Browse files
authored
feat(ConnectAccountButton): Wait for device creation by default (#615)
1 parent 527aa17 commit 1ae42f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/seam/components/ConnectAccountButton/ConnectAccountButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function ConnectAccountButton({
2525
const handleClick = useCallback(() => {
2626
mutate({
2727
custom_redirect_url: globalThis.location?.href,
28+
wait_for_device_creation: true,
2829
})
2930
}, [mutate])
3031

0 commit comments

Comments
 (0)