Skip to content

Commit 4afa339

Browse files
committed
fix: logout empty screen
1 parent 0d23031 commit 4afa339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/react-example/src/wagmi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const wagmiConfig = createConfig({
1212
auth: {
1313
magicLinkBaseUrl: 'http://localhost:3000/verify',
1414
enabledMethods: ['email', 'google', 'passkey', 'injected-wallet'],
15-
emailAuthMethod: 'otp', // set email auth method, 'magicLink' or 'otp', default is 'magicLink'
15+
// emailAuthMethod: 'otp', // set email auth method, 'magicLink' or 'otp', default is 'magicLink'
1616
termsAndConditionsUrl: 'https://www.example.com',
1717
privacyPolicyUrl: 'https://www.example.com',
1818
onSuccess: () => {

0 commit comments

Comments
 (0)