Archived Content from Web3Auth Community
This topic was originally posted by githubdiscussions on 10/31/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.
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)
Originally posted by: ruben-certhis
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/802