Skip to content

Commit

Permalink
update params
Browse files Browse the repository at this point in the history
  • Loading branch information
hcote committed Dec 4, 2024
1 parent 1e7ee41 commit cdee9cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@magic-ext/farcaster/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ export class FarcasterExtension extends Extension.Internal<'farcaster'> {
{
data: {
showUI: params?.showUI ?? DEFAULT_SHOW_UI,
domain: window.location.host,
siweUri: window.location.origin,
},
},
]);
Expand Down

0 comments on commit cdee9cb

Please sign in to comment.