File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
emailverification/emaildelivery/services/smtp
passwordless/emaildelivery/services/smtp Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
42
42
from __future__ import annotations
43
43
44
44
SUPPORTED_CDI_VERSIONS = ["2.21"]
45
- VERSION = "0.14.2 "
45
+ VERSION = "0.14.3 "
46
46
TELEMETRY = "/telemetry"
47
47
USER_COUNT = "/users/count"
48
48
USER_DELETE = "/user/remove"
Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.emailverification.email
38
38
<title>*|MC:SUBJECT|*</title>
39
39
40
40
<style type="text/css">
41
+ body {
42
+ max-width: 100vw;
43
+ overflow: hidden;
44
+ }
41
45
p {
42
46
margin: 10px 0;
43
47
padding: 0;
@@ -786,6 +790,11 @@ <h1 class="title">Module <code>supertokens_python.recipe.emailverification.email
786
790
}
787
791
788
792
}
793
+ @media only screen and (max-width: 480px) {
794
+ #meant-for {
795
+ padding: 20px;
796
+ }
797
+ }
789
798
</style>
790
799
</head>
791
800
@@ -905,6 +914,7 @@ <h1 class="title">Module <code>supertokens_python.recipe.emailverification.email
905
914
906
915
907
916
<p
917
+ id="meant-for"
908
918
style="font-family: 'Helvetica', sans-serif; font-size: 16px; line-height: 26px; font-weight:400; text-align: center; color: #808080">
909
919
This email is meant for <a
910
920
style="font-family: 'Helvetica', sans-serif; text-align: center; word-break: break-all; font-weight: 400; font-size: 16px; line-height: 26px; color: #808080 !important;"
Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.passwordless.emaildeliv
38
38
<title>*|MC:SUBJECT|*</title>
39
39
40
40
<style type="text/css">
41
+ body {
42
+ max-width: 100vw;
43
+ overflow: hidden;
44
+ }
41
45
p {
42
46
margin: 10px 0;
43
47
padding: 0;
@@ -944,6 +948,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.passwordless.emaildeliv
944
948
<title>*|MC:SUBJECT|*</title>
945
949
946
950
<style type="text/css">
951
+ body {
952
+ max-width: 100vw;
953
+ overflow: hidden;
954
+ }
947
955
p {
948
956
margin: 10px 0;
949
957
padding: 0;
@@ -1866,6 +1874,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.passwordless.emaildeliv
1866
1874
<title>*|MC:SUBJECT|*</title>
1867
1875
1868
1876
<style type="text/css">
1877
+ body {
1878
+ max-width: 100vw;
1879
+ overflow: hidden;
1880
+ }
1869
1881
p {
1870
1882
margin: 10px 0;
1871
1883
padding: 0;
You can’t perform that action at this time.
0 commit comments