fix Registrazione data

fix linkref
fix controllo login
This commit is contained in:
Paolo Arena
2020-01-20 02:18:11 +01:00
parent 6dcaea5f1c
commit 905c4a4a62
3 changed files with 19 additions and 11 deletions

View File

@@ -172,7 +172,7 @@ module.exports = {
// Send to the Admin an Email
this.sendEmail_base('admin/registration/' + tools.LANGADMIN, tools.getAdminEmailByIdApp(idapp), mylocalsconf, '');
telegrambot.notifyToTelegram(telegrambot.phase.REGISTRATION, mylocalsconf);
await telegrambot.notifyToTelegram(telegrambot.phase.REGISTRATION, mylocalsconf);
if (tools.isManagAndAdminDifferent(idapp)) {
this.sendEmail_base('admin/registration/' + tools.LANGADMIN, tools.getManagerEmailByIdApp(idapp), mylocalsconf, '');