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

Error in trying to call Torus instance method 'getUserInfo' #187

Closed
miketeix opened this issue Sep 8, 2020 · 1 comment
Closed

Error in trying to call Torus instance method 'getUserInfo' #187

miketeix opened this issue Sep 8, 2020 · 1 comment

Comments

@miketeix
Copy link

miketeix commented Sep 8, 2020

I’m trying to call getUserInfo from the torus instance passed on successful login, and I get the error
Blocked a frame with origin my_Origin from accessing a cross-origin frame
Any idea if what I'm trying to do is even possible?

@miketeix
Copy link
Author

I got it to work:
after connecting provider = await this.web3Modal.connect() I had to target the torus provider like so: const userInfo = await provider.torus.getUserInfo()

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

1 participant