fix: Update references from Bluewave Uptime to Checkmate in email templates and authController

This commit is contained in:
Mert Şişmanoğlu
2024-12-22 00:15:05 +03:00
parent 9f04e786e3
commit e84a7b4a2e
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ const requestRecovery = async (req, res, next) => {
url,
},
email,
"Bluewave Uptime Password Reset"
"Checkmate Password Reset"
);
return res.status(200).json({
+3 -3
View File
@@ -22,7 +22,7 @@
<mj-text
align="left"
font-size="10px"
>Message from BlueWave Uptime Service</mj-text
>Message from Checkmate Service</mj-text
>
</mj-column>
</mj-section>
@@ -31,7 +31,7 @@
<mj-text>
<p>Hello {{name}}!</p>
<p>
One of the admins created an account for you on the BlueWave Uptime server.
One of the admins created an account for you on the Checkmate server.
</p>
<p>You can go ahead and create your account using this link.</p>
<p><a href="{{link}}">{{link}}</a></p>
@@ -44,7 +44,7 @@
border-color="#E0E0E0"
></mj-divider>
<mj-text font-size="12px">
<p>This email was sent by BlueWave Uptime.</p>
<p>This email was sent by Checkmate.</p>
</mj-text>
</mj-column>
</mj-section>
+2 -2
View File
@@ -21,7 +21,7 @@
<mj-text
align="left"
font-size="10px"
>Message from BlueWave Uptime Service</mj-text
>Message from Checkmate Service</mj-text
>
</mj-column>
<mj-column
@@ -58,7 +58,7 @@
border-color="#E0E0E0"
></mj-divider>
<mj-text font-size="12px">
<p>This email was sent by BlueWave Uptime.</p>
<p>This email was sent by Checkmate.</p>
</mj-text>
</mj-column>
</mj-section>
+2 -2
View File
@@ -24,7 +24,7 @@
align="left"
font-size="10px"
>
Message from BlueWave Uptime Service
Message from Checkmate Service
</mj-text>
</mj-column>
</mj-section>
@@ -48,7 +48,7 @@
border-color="#E0E0E0"
></mj-divider>
<mj-text font-size="12px">
<p>This email was sent by BlueWave Uptime.</p>
<p>This email was sent by Checkmate.</p>
</mj-text>
</mj-column>
</mj-section>
+2 -2
View File
@@ -11,7 +11,7 @@
<mj-section padding="20px 0">
<mj-column width="100%">
<mj-text align="left" font-size="10px">
Message from BlueWave Uptime Service
Message from Checkmate Service
</mj-text>
</mj-column>
<mj-column width="45%" padding-top="20px">
@@ -37,7 +37,7 @@
<mj-divider border-width="1px" border-color="#E0E0E0"></mj-divider>
<mj-button background-color="#1570EF"> View incident details </mj-button>
<mj-text font-size="12px">
<p>This email was sent by BlueWave Uptime.</p>
<p>This email was sent by Checkmate.</p>
</mj-text>
</mj-column>
</mj-section>
+2 -2
View File
@@ -11,7 +11,7 @@
<mj-section padding="20px 0">
<mj-column width="100%">
<mj-text align="left" font-size="10px">
Message from BlueWave Uptime Service
Message from Checkmate Service
</mj-text>
</mj-column>
<mj-column width="45%" padding-top="20px">
@@ -34,7 +34,7 @@
<mj-divider border-width="1px" border-color="#E0E0E0"></mj-divider>
<mj-button background-color="#1570EF"> View incident details </mj-button>
<mj-text font-size="12px">
<p>This email was sent by BlueWave Uptime.</p>
<p>This email was sent by Checkmate.</p>
</mj-text>
</mj-column>
</mj-section>
+4 -4
View File
@@ -23,7 +23,7 @@
align="left"
font-size="10px"
>
Message from BlueWave Uptime Service
Message from Checkmate Service
</mj-text>
</mj-column>
</mj-section>
@@ -32,11 +32,11 @@
<mj-text>
<p>Hello {{name}}!</p>
<p>
Thank you for trying out BlueWave Uptime! We developed it with great care to
Thank you for trying out Checkmate! We developed it with great care to
meet our own needs, and we're excited to share it with you.
</p>
<p>
BlueWave Uptime is an automated way of checking whether a service such as a
Checkmate is an automated way of checking whether a service such as a
website or an application is available or not.
</p>
<p>We hope you find our service as valuable as we do.</p>
@@ -49,7 +49,7 @@
border-color="#E0E0E0"
></mj-divider>
<mj-text font-size="12px">
<p>This email was sent by BlueWave Uptime.</p>
<p>This email was sent by Checkmate.</p>
</mj-text>
</mj-column>
</mj-section>
@@ -649,7 +649,7 @@ describe("Auth Controller - requestRecovery", () => {
url: "http://localhost/set-new-password/recovery-token",
},
"test@test.com",
"Bluewave Uptime Password Reset"
"Checkmate Password Reset"
)
).to.be.true;
expect(res.status.calledOnceWith(200)).to.be.true;