update log turn off
This commit is contained in:
@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user