Getting an empty modal? (Web3Auth/core + custom JWT authentication) #422
Replies: 2 comments
-
Hey @gerardopar Please follow https://github.com/orgs/Web3Auth/discussions/476#discussioncomment-3471701 and share your progress here. |
Beta Was this translation helpful? Give feedback.
-
Hey @gerardopar I see that you're using Web3Auth Core and using the option in openlogin called According to your code, I feel you're using your custom JWT token and just directly passing it to Web3Auth. In this case you need to separately handle your login aspect. Once successfully logged in, trigger the I hope that answers your question. Further, as @shahbaz17 pointed out, have a look at the discussion thread and let us know if there are any further questions around it. |
Beta Was this translation helpful? Give feedback.
-
Currently getting an empty modal when I trigger Login. Currently have the code below in a useEffect() ... Am curious what could be causing the blank modal?
Beta Was this translation helpful? Give feedback.
All reactions