Commit 1ca769ca authored by shishir suman's avatar shishir suman
Browse files

internal bug fixes

1 merge request!48Uphrh 7903 mobile otp
Showing with 2 additions and 2 deletions
+2 -2
......@@ -69,7 +69,7 @@ public class EmailServiceImpl implements EmailService {
Runnable mailThread = () -> { // lambda expression
sendMailToRaiser(details, ticket);
sendMailToAdmin(details, ticket);
sendMailToNodalOfficer(details, ticket);
//sendMailToNodalOfficer(details, ticket);
};
new Thread(mailThread).start();
}
......
......@@ -93,7 +93,7 @@
<div>Password: <strong>${password}</strong></div>
</p>
<p>Please use these credentials to log in to the application. If you have any questions, encounter issues during the login process, or need assistance with anything related to our platform, feel free to contact our support team.</p>
<p>Please use these credentials to log in to the ${url}. If you have any questions, encounter issues during the login process, or need assistance with anything related to our platform, feel free to contact our support team.</p>
</td>
</tr>
<tr></tr>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment