-
Notifications
You must be signed in to change notification settings - Fork 92
Update remaining otp related email templates #5494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| "VerificationEmailTXT": { | ||
| "Title": "Email Verification", | ||
| "Body": "This email is sent to verify {{ .Email }} on {{ template \"app.name\" }}. Use this code in the verification page.", | ||
| "Body": "Hi there,\nPlease use the following code to verify your email address {{ .Email }} on {{ template \"app.name\" }}.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The txt version of verification email content should be the same as the HTML one, so it should not have email in it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks!
|
CI failing because of #5498 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Please rebase.
Let me just merge it, the CI should be fine.
ref DEV-3294