We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26144c5 commit df35122Copy full SHA for df35122
docs/base-account/framework-integrations/wagmi/sign-in-with-base.mdx
@@ -39,7 +39,7 @@ export function SignInWithBase() {
39
40
// Find the Base Account connector
41
const baseAccountConnector = connectors.find(
42
- connector => connector.id === 'baseAccountWallet'
+ connector => connector.id === 'baseAccount'
43
)
44
45
const handleSignIn = async () => {
@@ -139,7 +139,7 @@ export function SignInButton() {
139
140
141
142
143
144
145
if (!baseAccountConnector) return
0 commit comments