- corretto problema ROGNOSO : Risolvere la questione "Sessioni multiple", se apro 2 browser l'ultimo va a cancellare il precedente, e mi da errore di email non valida !
Il problema era sulla fetch nel service worker, gestita in quel modo personalizzato, andava in conflitto, non tenendo le chiamate bloccanti, ma uscivano prima che arrivasse la risposta del server. - Per chi è da tanto che non si collega a RISO, compare "Email non verificata"... (si risolve chiudendo su ESCI e riloggandosi)... però andrebbe sistemata. (stesso problema di prima).
This commit is contained in:
@@ -86,24 +86,10 @@ module.exports = {
|
||||
paramemail.send = !previewonly;
|
||||
}
|
||||
|
||||
// if (!transport) {
|
||||
// transport = this.getTransport(mylocalsconf);
|
||||
// }
|
||||
|
||||
|
||||
if (transport) {
|
||||
paramemail.transport = transport;
|
||||
} else {
|
||||
paramemail.transport = this.getTransport(mylocalsconf);
|
||||
/*
|
||||
// console.log('1b . transport gmail');
|
||||
paramemail.transport = {
|
||||
service: 'gmail',
|
||||
auth: {
|
||||
user: tools.getEmailByIdApp(mylocalsconf.idapp),
|
||||
pass: tools.getPwdByIdApp(mylocalsconf.idapp)
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
// se non è presente la password, non inviare l'email e manda messaggio di errore !
|
||||
|
||||
Reference in New Issue
Block a user