diff --git a/apps/frontend/src/components/auth/nayner.auth.button.tsx b/apps/frontend/src/components/auth/nayner.auth.button.tsx index 345828eb..68cd5667 100644 --- a/apps/frontend/src/components/auth/nayner.auth.button.tsx +++ b/apps/frontend/src/components/auth/nayner.auth.button.tsx @@ -31,6 +31,7 @@ export const NeynarAuthButton: FC<{ ) { authWindowRef.current?.close(); window.removeEventListener('message', handleMessage); // Remove listener here + delete event.data.user.profile; const _user = { signer_uuid: event.data.signer_uuid, ...event.data.user, diff --git a/libraries/nestjs-libraries/src/integrations/social/farcaster.provider.ts b/libraries/nestjs-libraries/src/integrations/social/farcaster.provider.ts index 9c0d8492..32e68bfa 100644 --- a/libraries/nestjs-libraries/src/integrations/social/farcaster.provider.ts +++ b/libraries/nestjs-libraries/src/integrations/social/farcaster.provider.ts @@ -64,7 +64,6 @@ export class FarcasterProvider codeVerifier: string; refresh?: string; }) { - console.log(Buffer.from(params.code, 'base64').toString()); const data = JSON.parse(Buffer.from(params.code, 'base64').toString()); return { id: String(data.fid),