Skip to content

Commit eb0bad5

Browse files
authored
fix: removed yantra image from emails
2 parents cf8f35d + f1b4ab6 commit eb0bad5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

art-gallery/app/mail/otp_verification.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ const mailSender = require("../controllers/mail.controller");
22

33
const sendOTP = async (to, otp) => {
44
html = `<center>
5-
<img src="https://userrounakk.com/event-yatra.png" alt="logo" />
65
<div class="card" style="background-color: white">
76
<h1>Email Verification</h1>
87
<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
109
email.
1110
</p>
1211
<p>

art-gallery/app/mail/password_otp.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ const mailSender = require("../controllers/mail.controller");
22

33
const sendPasswordOTP = async (to, otp) => {
44
html = `<center>
5-
<img src="https://userrounakk.com/event-yatra.png" alt="logo" />
65
<div class="card" style="background-color: white">
76
<h1>Reset Password</h1>
87
<p>
9-
It seems you are trying to reset your password.
8+
It seems you are trying to reset your password at Artium.
109
</p>
1110
<p>
1211
Here is the verification code. Please use it to set a new password.

0 commit comments

Comments
 (0)