Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: use window.ethereum
  • Loading branch information
Jwhiles committed Jan 8, 2025
commit 4ed5118f14f4243c6f7d256511b38f5b152447d2
3 changes: 2 additions & 1 deletion src/components/AuthLogin/AuthModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ const AuthModal = ({
console.log('before authenticateAndAuthorize')
const { accessToken, userProfile } = await authenticateAndAuthorize(
VERCEL_ENV as string,
customProvider,
// @ts-ignore
window.ethereum,
);
console.log('accessToken', accessToken)
console.log('userProfile', userProfile)
Expand Down
Loading