Archived Content from Web3Auth Community
This topic was originally posted by afarley on 8/24/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
- SDK Version: 6.1.7
- Platform: Web
When using web3auth-wagmi-connector and setting “autoconnect” to true in wagmi’s createConfig, the Web3Auth modal opens on page load if there is no previous connection.
If it’s expected behaviour, is there a way to modify it so that the user has to click manually for the modal to open?
Basically, we don’t want the modal to open when users first visit the app, but we want it to autoconnect if they were previously connected.
Thank you!