Extra: Arcadei SITE

This commit is contained in:
Paolo Arena
2022-10-22 15:34:24 +02:00
parent 6c306b36f3
commit 80b139b844
66 changed files with 849 additions and 264 deletions

View File

@@ -4253,7 +4253,12 @@ export const tools = {
},
isVerified(): boolean {
return tools.TelegVerificato()
if (static_data.functionality.ENABLE_REG_NEED_TELEGRAM) {
return tools.TelegVerificato()
} else {
return this.isEmailVerified()
}
},
Verificato() {