2) REGISTRARSI : A) TRAMITE TELEGRAM B) TRAMITE EMAIL.

This commit is contained in:
Surya Paolo
2022-12-08 10:09:33 +01:00
parent 944d121943
commit 56411a4539
15 changed files with 285 additions and 155 deletions

View File

@@ -545,7 +545,7 @@ function getRoutesAd(site: ISites) {
separator: false
},
{
active: site.confpages && site.confpages.enableReg && !site.confpages.enabledRegNeedTelegram,
active: site.confpages && site.confpages.enableReg && (!site.confpages.enabledRegNeedTelegram || site.confpages.enableRegMultiChoice),
order: 1000,
path: '/signup',
materialIcon: 'how_to_reg',