Skip to content

Commit c7f4847

Browse files
Merge pull request #295 from supertokens/email-template-superhuman
fix: password reset template
2 parents 6d768fc + 94931f1 commit c7f4847

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

recipe/emailpassword/emaildelivery/smtpService/passwordReset.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ const passwordResetTemplate = `<!doctype html>
3434
<title>*|MC:SUBJECT|*</title>
3535
3636
<style type="text/css">
37+
body {
38+
max-width: 100vw;
39+
overflow: hidden;
40+
}
3741
p {
3842
margin: 10px 0;
3943
padding: 0;

0 commit comments

Comments
 (0)