- Sistemato INVITI alla App

- Completamento Profilo
- Registrazione tramite Invito, senza richiedere conferma email.
This commit is contained in:
Surya Paolo
2025-11-18 23:56:15 +01:00
parent 1a342de24a
commit 294155d5a3
17 changed files with 203 additions and 98 deletions

View File

@@ -375,9 +375,9 @@ module.exports.generateNewSite_IdApp = async function (idapp, params, createpage
myp = new MyPage({
order: 10,
idapp: mysite.idapp,
path: 'home_logout',
path: 'presentazione',
active: true,
title: 'Home NoLoggato',
title: 'Presentazione',
});
rispag = await myp.save();
}