@@ -112,10 +112,10 @@ async function sendVerificationEmail(email, token) {
112
112
<p style="font-size: 16px; text-align: center; margin-bottom: 20px;">Hello,</p>
113
113
<p style="font-size: 16px; text-align: center; margin-bottom: 20px;">Thank you for registering on ${ name } . Please click the button below to verify your email address:</p>
114
114
<div style="text-align: center; margin-bottom: 20px;">
115
- <a href="${ config . baseURL } /verify/${ token } " style="display: inline-block; padding: 14px 28px; font-size: 16px; color: #ffffff; background-color: #4CAF50; text-decoration: none; border-radius: 30px; box-shadow: 0 4px 6px rgba(76, 175, 80, 0.2);">Verify Email Address</a>
115
+ <a href="${ config . baseUri } /verify/${ token } " style="display: inline-block; padding: 14px 28px; font-size: 16px; color: #ffffff; background-color: #4CAF50; text-decoration: none; border-radius: 30px; box-shadow: 0 4px 6px rgba(76, 175, 80, 0.2);">Verify Email Address</a>
116
116
</div>
117
117
<p style="font-size: 16px; text-align: center; margin-bottom: 20px;">If you're having trouble clicking the button above, you can also verify your email by copying and pasting the following link into your browser:</p>
118
- <p style="font-size: 16px; text-align: center; margin-bottom: 20px;"><a href="${ config . baseURL } /verify/${ token } " style="color: #4CAF50; word-wrap: break-word; text-decoration: underline;">${ config . baseURL } /verify/${ token } </a></p>
118
+ <p style="font-size: 16px; text-align: center; margin-bottom: 20px;"><a href="${ config . baseUri } /verify/${ token } " style="color: #4CAF50; word-wrap: break-word; text-decoration: underline;">${ config . baseUri } /verify/${ token } </a></p>
119
119
<p style="font-size: 16px; text-align: center; margin-bottom: 20px;">If you didn't create an account on ${ name } , please disregard this email.</p>
120
120
<p style="font-size: 16px; text-align: center;">Thanks,<br/>The ${ name } Team</p>
121
121
</div>
@@ -241,10 +241,10 @@ async function sendTestEmail(recipientEmail) {
241
241
<p style="font-size: 16px;">Hello,</p>
242
242
<p style="font-size: 16px;">We received a request to reset your password. Click the button below to reset it:</p>
243
243
<div style="text-align: center; margin: 20px 0;">
244
- <a href="${ config . baseURL } /auth/reset/${ token } " style="display: inline-block; padding: 12px 24px; font-size: 16px; color: #ffffff; background-color: #4CAF50; text-decoration: none; border-radius: 5px;">Reset Password</a>
244
+ <a href="${ config . baseUri } /auth/reset/${ token } " style="display: inline-block; padding: 12px 24px; font-size: 16px; color: #ffffff; background-color: #4CAF50; text-decoration: none; border-radius: 5px;">Reset Password</a>
245
245
</div>
246
246
<p style="font-size: 16px;">If the button above does not work, click the link below:</p>
247
- <p style="font-size: 16px; text-align: center;"><a href="${ config . baseURL } /auth/reset/${ token } " style="color: #4CAF50; word-wrap: break-word;">${ config . baseURL } /auth/reset/${ token } </a></p>
247
+ <p style="font-size: 16px; text-align: center;"><a href="${ config . baseUri } /auth/reset/${ token } " style="color: #4CAF50; word-wrap: break-word;">${ config . baseUri } /auth/reset/${ token } </a></p>
248
248
<p style="font-size: 16px;">If you did not request a password reset, please ignore this email. Your password will remain unchanged.</p>
249
249
<p style="font-size: 16px;">Thank you,</p>
250
250
<p style="font-size: 16px;">The ${ name } Team</p>
@@ -275,10 +275,10 @@ async function sendTestEmail(recipientEmail) {
275
275
<p style="font-size: 16px;">Hello,</p>
276
276
<p style="font-size: 16px;">We received a request to reset your password. Click the button below to reset it:</p>
277
277
<div style="text-align: center; margin: 20px 0;">
278
- <a href="${ config . baseURL } /auth/reset/${ token } " style="display: inline-block; padding: 12px 24px; font-size: 16px; color: #ffffff; background-color: #4CAF50; text-decoration: none; border-radius: 5px;">Reset Password</a>
278
+ <a href="${ config . baseUri } /auth/reset/${ token } " style="display: inline-block; padding: 12px 24px; font-size: 16px; color: #ffffff; background-color: #4CAF50; text-decoration: none; border-radius: 5px;">Reset Password</a>
279
279
</div>
280
280
<p style="font-size: 16px;">If the button above does not work, click the link below:</p>
281
- <p style="font-size: 16px; text-align: center;"><a href="${ config . baseURL } /auth/reset/${ token } " style="color: #4CAF50; word-wrap: break-word;">${ config . baseURL } /auth/reset/${ token } </a></p>
281
+ <p style="font-size: 16px; text-align: center;"><a href="${ config . baseUri } /auth/reset/${ token } " style="color: #4CAF50; word-wrap: break-word;">${ config . baseUri } /auth/reset/${ token } </a></p>
282
282
<p style="font-size: 16px;">If you did not request a password reset, please ignore this email. Your password will remain unchanged.</p>
283
283
<p style="font-size: 16px;">Thank you,</p>
284
284
<p style="font-size: 16px;">The ${ name } Team</p>
0 commit comments