Skip to content

Commit

Permalink
chore: use window.ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
Jwhiles committed Jan 8, 2025
1 parent 46ba2e6 commit 4ed5118
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 4ed5118

Please sign in to comment.