Skip to content

Commit 546a5e7

Browse files
committed
fix: change email template
1 parent 90b7f60 commit 546a5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/velog-server/src/template/changeEmailTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const changeEmailTemplate: ChangeEmailTemplateArgs = (username, email, co
1111
</a>
1212
<div style="max-width: 100%; margin: 0 auto; padding: 1rem; text-align: justify; background: #f8f9fa; border: 1px solid #dee2e6; box-sizing: border-box; border-radius: 4px; color: #868e96; margin-top: 0.5rem; box-sizing: border-box;">
1313
<div><b style="black">안녕하세요!</b></div>
14-
<p style="white-space: pre; word-wrap: break-word; word-break: break-all;">${username}의 이메일을 ${email}${text}하는 것을 승인하겠습니까?</p>
14+
<p style="word-wrap: break-word; word-break: break-all;">${username}의 이메일을 ${email}${text}하는 것을 승인하겠습니까?</p>
1515
</div>
1616
<a href="${endpoint}/email-change?code=${code}" style="text-decoration: none; width: 400px; text-align:center; display:block; margin: 0 auto; margin-top: 1rem; background: #845ef7; padding-top: 1rem; color: white; font-size: 1.25rem; padding-bottom: 1rem; font-weight: 600; border-radius: 4px;">
1717
${text}하기

0 commit comments

Comments
 (0)