Skip to content

Commit

Permalink
fix: email template "if mso" conditional statement format (#4559)
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg authored Feb 4, 2025
1 parent a5e10ba commit 1469f6f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 24 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ workspace.json
**/*.template.yaml
**/*.template.ts
**/dist/**
**/emailtemplates/**/*.html

# Ignore prettier errors for generated files
**/generated/@types/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,11 @@
"
target="_blank"
><span
><!--[if mso
]><i
><!--[if mso]><i
style="mso-font-width: 450%; mso-text-raise: 18"
hidden
>&#8202;&#8202;</i
><!
[endif]--></span
><![endif]--></span
><span
style="
max-width: 100%;
Expand All @@ -163,11 +161,9 @@
"
>Confirm Email</span
><span
><!--[if mso
]><i style="mso-font-width: 450%" hidden
><!--[if mso]><i style="mso-font-width: 450%" hidden
>&#8202;&#8202;&#8203;</i
><!
[endif]--></span
><![endif]--></span
></a
>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,11 @@
"
target="_blank"
><span
><!--[if mso
]><i
><!--[if mso]><i
style="mso-font-width: 450%; mso-text-raise: 18"
hidden
>&#8202;&#8202;</i
><!
[endif]--></span
><![endif]--></span
><span
style="
max-width: 100%;
Expand All @@ -163,11 +161,9 @@
"
>Set Password</span
><span
><!--[if mso
]><i style="mso-font-width: 450%" hidden
><!--[if mso]><i style="mso-font-width: 450%" hidden
>&#8202;&#8202;&#8203;</i
><!
[endif]--></span
><![endif]--></span
></a
>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,11 @@
"
target="_blank"
><span
><!--[if mso
]><i
><!--[if mso]><i
style="mso-font-width: 450%; mso-text-raise: 18"
hidden
>&#8202;&#8202;</i
><!
[endif]--></span
><![endif]--></span
><span
style="
max-width: 100%;
Expand All @@ -163,11 +161,9 @@
"
>Reset Password</span
><span
><!--[if mso
]><i style="mso-font-width: 450%" hidden
><!--[if mso]><i style="mso-font-width: 450%" hidden
>&#8202;&#8202;&#8203;</i
><!
[endif]--></span
><![endif]--></span
></a
>
</td>
Expand Down

0 comments on commit 1469f6f

Please sign in to comment.