-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added confirmation email to update submission flow #198
Conversation
dbayly-freshworks
commented
Jul 26, 2023
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
{{#> layout }} | ||
<div class='content'> | ||
Dear {{ firstName }} | ||
<p>Thank you for confirming your continued interest in participating in the Emergency Health Provider |
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.
think your missing a ,
or .
at the end of Provider?
@@ -0,0 +1,12 @@ | |||
{{#> layout }} | |||
<div class='content'> | |||
Dear {{ firstName }} |
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.
,
after 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.
personal opinion, I think putting the code on it's own line would make it easier for the recipient to read. But looks good to me!