Skip to content

Commit 0404117

Browse files
Merge branch '0.14' into email-templates-superhuman
2 parents ffe7b2e + 5e9801b commit 0404117

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

html/supertokens_python/constants.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
4242
from __future__ import annotations
4343

4444
SUPPORTED_CDI_VERSIONS = [&#34;2.21&#34;]
45-
VERSION = &#34;0.14.2&#34;
45+
VERSION = &#34;0.14.3&#34;
4646
TELEMETRY = &#34;/telemetry&#34;
4747
USER_COUNT = &#34;/users/count&#34;
4848
USER_DELETE = &#34;/user/remove&#34;

html/supertokens_python/recipe/emailverification/emaildelivery/services/smtp/email_verify_email.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.emailverification.email
3838
&lt;title&gt;*|MC:SUBJECT|*&lt;/title&gt;
3939

4040
&lt;style type=&#34;text/css&#34;&gt;
41+
body {
42+
max-width: 100vw;
43+
overflow: hidden;
44+
}
4145
p {
4246
margin: 10px 0;
4347
padding: 0;
@@ -786,6 +790,11 @@ <h1 class="title">Module <code>supertokens_python.recipe.emailverification.email
786790
}
787791

788792
}
793+
@media only screen and (max-width: 480px) {
794+
#meant-for {
795+
padding: 20px;
796+
}
797+
}
789798
&lt;/style&gt;
790799
&lt;/head&gt;
791800

@@ -905,6 +914,7 @@ <h1 class="title">Module <code>supertokens_python.recipe.emailverification.email
905914

906915

907916
&lt;p
917+
id=&#34;meant-for&#34;
908918
style=&#34;font-family: &#39;Helvetica&#39;, sans-serif; font-size: 16px; line-height: 26px; font-weight:400; text-align: center; color: #808080&#34;&gt;
909919
This email is meant for &lt;a
910920
style=&#34;font-family: &#39;Helvetica&#39;, sans-serif; text-align: center; word-break: break-all; font-weight: 400; font-size: 16px; line-height: 26px; color: #808080 !important;&#34;

html/supertokens_python/recipe/passwordless/emaildelivery/services/smtp/pless_login_email.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.passwordless.emaildeliv
3838
&lt;title&gt;*|MC:SUBJECT|*&lt;/title&gt;
3939

4040
&lt;style type=&#34;text/css&#34;&gt;
41+
body {
42+
max-width: 100vw;
43+
overflow: hidden;
44+
}
4145
p {
4246
margin: 10px 0;
4347
padding: 0;
@@ -944,6 +948,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.passwordless.emaildeliv
944948
&lt;title&gt;*|MC:SUBJECT|*&lt;/title&gt;
945949

946950
&lt;style type=&#34;text/css&#34;&gt;
951+
body {
952+
max-width: 100vw;
953+
overflow: hidden;
954+
}
947955
p {
948956
margin: 10px 0;
949957
padding: 0;
@@ -1866,6 +1874,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.passwordless.emaildeliv
18661874
&lt;title&gt;*|MC:SUBJECT|*&lt;/title&gt;
18671875

18681876
&lt;style type=&#34;text/css&#34;&gt;
1877+
body {
1878+
max-width: 100vw;
1879+
overflow: hidden;
1880+
}
18691881
p {
18701882
margin: 10px 0;
18711883
padding: 0;

0 commit comments

Comments
 (0)