Popup "You are connected with your account" already logged #802
ruben-certhis
announced in
Help
Replies: 1 comment
-
Hey @ruben-certhis Please share your log and code snippet. |
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
-
hi , i have problem , when the user is already logged and i use
await web3auth.configureAdapter(openloginAdapter);
it shows the popup "You are connected with your account" when the user refresh the page.
without
await web3auth.configureAdapter(openloginAdapter);
it works normaly and doesn't show the popup "You are connected with your account" when the user refresh the page.
how can i use openloginAdapter and not having troubles with the popups?
(i need to use the openloginAdapter for custom whitelist domain)
Beta Was this translation helpful? Give feedback.
All reactions