Extra: Arcadei SITE
This commit is contained in:
@@ -122,7 +122,7 @@ export const costanti = {
|
||||
title: 'Sostieni il Progetto️',
|
||||
to: '/fundraising',
|
||||
icon: 'fas fa-hand-holding-heart',
|
||||
color: 'purple',
|
||||
color: 'green-6',
|
||||
hint: '',
|
||||
disable: false,
|
||||
small: false,
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user