Replies: 1 comment
-
import { useAppKit, useAppKitAccount, useAppKitConnection } from '@reown/appkit/react' const { address, addresses } = useAccount() useEffect(() => { |
Beta Was this translation helpful? Give feedback.
-
import { useAppKit, useAppKitAccount, useAppKitConnection } from '@reown/appkit/react' const { address, addresses } = useAccount() useEffect(() => { |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions