Skip to content

Commit c4856f3

Browse files
authored
feat: default to otp for zd app (#182)
1 parent 81149d3 commit c4856f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/zerodev-signer-demo/src/app/wagmi-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const config = createConfig({
2727
auth: {
2828
magicLinkBaseUrl: `${process.env.NEXT_PUBLIC_APP_URL ?? 'http://localhost:3000'}/verify`,
2929
enabledMethods: ['email', 'google', 'passkey'],
30+
emailAuthMethod: 'otp'
3031
},
3132
},
3233
}),

0 commit comments

Comments
 (0)