Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for ethereum login issue #1

Open
Dewald928 opened this issue Aug 12, 2021 · 0 comments
Open

Fix for ethereum login issue #1

Dewald928 opened this issue Aug 12, 2021 · 0 comments

Comments

@Dewald928
Copy link

I see your site gets an error when connecting metamask.

Just edit your web3.js such that:

var web3js = window.ethereum;
      if (typeof web3js !== "undefined") {
        var web3 = new Web3(window.ethereum);

This should fix the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Dewald928 and others