We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f584356 commit 1e02bacCopy full SHA for 1e02bac
1 file changed
apps/react-example/src/wagmi.ts
@@ -12,7 +12,7 @@ export const wagmiConfig = createConfig({
12
auth: {
13
magicLinkBaseUrl: 'http://localhost:3000/verify',
14
enabledMethods: ['email', 'google', 'passkey', 'injected-wallet'],
15
- emailAuthMethod: 'otp', // set email auth method, 'magicLink' or 'otp', default is 'magicLink'
+ // emailAuthMethod: 'otp', // set email auth method, 'magicLink' or 'otp', default is 'magicLink'
16
termsAndConditionsUrl: 'https://www.example.com',
17
privacyPolicyUrl: 'https://www.example.com',
18
onSuccess: () => {
0 commit comments