Optional
Customize your verification emails. Use the code parameter to inject verification codes into the user verification email.
verificationEmailStyle: "CODE",verificationEmailBody: (createCode) => `Your verification code is ${createCode()}.` Copy
verificationEmailStyle: "CODE",verificationEmailBody: (createCode) => `Your verification code is ${createCode()}.`
The type of verification. Must be one of "CODE" or "LINK".
The verification email subject.
Customize your verification emails. Use the code parameter to inject verification codes into the user verification email.