Pagina "Attività" non compare bene la scritta Beni e Servizi... ?!

This commit is contained in:
Surya Paolo
2023-01-29 22:22:48 +01:00
parent 73aa780733
commit 5f3ce44a68
4 changed files with 39 additions and 15 deletions

View File

@@ -1204,6 +1204,8 @@ UserSchema.statics.createNewRequestPwd = function (idapp, email, code) {
const sendemail = require('../sendemail');
console.log('createNewRequestPwd');
if (code && code.length === 6) {
return User.findByLinkTokenforgotCode(idapp, email, code)
.then((user) => {