File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ const mailSender = require("../controllers/mail.controller");
2
2
3
3
const sendOTP = async ( to , otp ) => {
4
4
html = `<center>
5
- <img src="https://userrounakk.com/event-yatra.png" alt="logo" />
6
5
<div class="card" style="background-color: white">
7
6
<h1>Email Verification</h1>
8
7
<p>
9
- It seems you are registering at Art Gallery and trying to verify your
8
+ It seems you are registering at Artium and trying to verify your
10
9
email.
11
10
</p>
12
11
<p>
Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ const mailSender = require("../controllers/mail.controller");
2
2
3
3
const sendPasswordOTP = async ( to , otp ) => {
4
4
html = `<center>
5
- <img src="https://userrounakk.com/event-yatra.png" alt="logo" />
6
5
<div class="card" style="background-color: white">
7
6
<h1>Reset Password</h1>
8
7
<p>
9
- It seems you are trying to reset your password.
8
+ It seems you are trying to reset your password at Artium .
10
9
</p>
11
10
<p>
12
11
Here is the verification code. Please use it to set a new password.
You can’t perform that action at this time.
0 commit comments