update log turn off

This commit is contained in:
2024-12-29 17:19:50 +07:00
parent 6d9b911935
commit fe27989df8

View File

@ -263,7 +263,7 @@ export class AuthController {
//send email reset password //send email reset password
const url = config.get("service.notification") + "api/email/send"; const url = config.get("service.notification") + "api/email/send";
console.log(url, 'url') // console.log(url, 'url')
const template_raw = fs.readFileSync('assets/reset_password.html').toString(); const template_raw = fs.readFileSync('assets/reset_password.html').toString();