Replies: 1 comment
|
import { useAppKit, useAppKitAccount, useAppKitConnection } from '@reown/appkit/react' const { address, addresses } = useAccount() useEffect(() => { |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When user creates a wallet with email it gives a smart account as default. We need to give email account to user because we save connected account as user wallet and force user to connect that account and also user will export private key/mnemonic later for that specific account.
Is there a way to disable smart account or give email account as default.
Ps. Please It is urgent
All reactions