Hi, when using verification code instead of a veri...
# talk-kratos
f
Hi, when using verification code instead of a verification link, what template value should I use in the HTML email? In the documentation I can only see
.VerificationURL
, but that's for the link method. Edit: found it in the code, it's
.VerificationCode
🥴 https://github.com/ory/kratos/blob/c25ddffd2270a8d0861e2fc78cd0ba26e63af4eb/courier/template/email/verification_code_valid.go#L22