We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705531b commit 21b51b3Copy full SHA for 21b51b3
packages/@magic-ext/farcaster/src/index.ts
@@ -88,7 +88,6 @@ export class FarcasterExtension extends Extension.Internal<'farcaster'> {
88
const handle = this.request<string, FarcasterLoginEventHandlers>(payload);
89
90
handle.on('channel', (channel: CreateChannelAPIResponse) => {
91
- console.log('channel from res', channel);
92
if (isMobile() && isMainFrame()) {
93
window.location.href = channel.url;
94
}
0 commit comments