Skip to content

Commit ffe7b2e

Browse files
committed
added email fix to password reset
1 parent 5b1c67b commit ffe7b2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

supertokens_python/recipe/emailpassword/emaildelivery/services/smtp/password_reset_email.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<title>*|MC:SUBJECT|*</title>
1111
1212
<style type="text/css">
13+
body {
14+
max-width: 100vw;
15+
overflow: hidden;
16+
}
1317
p {
1418
margin: 10px 0;
1519
padding: 0;

0 commit comments

Comments
 (0)