We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81149d3 commit c4856f3Copy full SHA for c4856f3
1 file changed
apps/zerodev-signer-demo/src/app/wagmi-config.ts
@@ -27,6 +27,7 @@ export const config = createConfig({
27
auth: {
28
magicLinkBaseUrl: `${process.env.NEXT_PUBLIC_APP_URL ?? 'http://localhost:3000'}/verify`,
29
enabledMethods: ['email', 'google', 'passkey'],
30
+ emailAuthMethod: 'otp'
31
},
32
33
}),
0 commit comments