Skip to content

Commit

Permalink
update image and login link
Browse files Browse the repository at this point in the history
  • Loading branch information
cauta committed Apr 12, 2024
1 parent cbde879 commit 501399b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/apps/onebox/src/modules/users/users.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class UsersService {
userId,
passwordHash,
}).save();
const linkLogin = `https://${process.env.WEB_DOMAIN}/login`;
const linkLogin = `https://${process.env.WEB_DOMAIN}/sign-in`;
const emailBody = await renderTemplate(
'resources/email_template/welcome.html',
{
Expand Down Expand Up @@ -207,7 +207,7 @@ export class UsersService {
forgotPassword: null,
},
);
const linkLogin = `https://${process.env.WEB_DOMAIN}/login`;
const linkLogin = `https://${process.env.WEB_DOMAIN}/sign-in`;
const emailBody = await renderTemplate(
'resources/email_template/reset_password_success.html',
{
Expand Down
2 changes: 1 addition & 1 deletion app/resources/email_template/forgot_password.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<td style="padding: 0; border-bottom: solid 1px #ebebeb">
<a href="https://crypitor.com/" target="_blank">
<img
src="https://i.ibb.co/HYnq5dx/onLight.png"
src="https://crypitor-asset.s3.ap-southeast-1.amazonaws.com/Artboard+2+copy.png"
width="300"/>

</a>
Expand Down
2 changes: 1 addition & 1 deletion app/resources/email_template/reset_password_success.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<td style="padding: 0; border-bottom: solid 1px #ebebeb">
<a href="https://crypitor.com/" target="_blank">
<img
src="https://i.ibb.co/HYnq5dx/onLight.png"
src="https://crypitor-asset.s3.ap-southeast-1.amazonaws.com/Artboard+2+copy.png"
width="300"/>

</a>
Expand Down
2 changes: 1 addition & 1 deletion app/resources/email_template/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<td style="padding: 0; border-bottom: solid 1px #ebebeb">
<a href="https://crypitor.com/" target="_blank">
<img
src="https://i.ibb.co/HYnq5dx/onLight.png"
src="https://crypitor-asset.s3.ap-southeast-1.amazonaws.com/Artboard+2+copy.png"
width="300"/>

</a>
Expand Down

0 comments on commit 501399b

Please sign in to comment.