Torus showWallet requires to login again #533
willydouhard
announced in
Help
Replies: 2 comments 1 reply
-
It is now working, I have no idea why though. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It was an intermittent issue in torus wallet, we have fixed it yesterday. it should be working now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the torus plugin in my react application.
Here are the dependencies I use:
The login part works, however when I call
torusPlugin.torusWalletInstance.showWallet("home")
, a pop up opens but requires the user to login again:I am pretty sure the user is actually logged in (in my react application) since I get the correct
userInfos
:A couple days ago, this was working correctly. Any idea?
Beta Was this translation helpful? Give feedback.
All reactions