Mostrare Bottone Telegram per tutti
Visualizzazione Cellulare sul Profilo
This commit is contained in:
@@ -8,10 +8,15 @@ import { useI18n } from '../../boot/i18n'
|
||||
import { CTitleBanner } from '@/components/CTitleBanner'
|
||||
import { tools } from '@store/Modules/tools'
|
||||
|
||||
import { CVerifyEmail } from '@src/components/CVerifyEmail'
|
||||
import { CVerifyTelegram } from '@src/components/CVerifyTelegram'
|
||||
import MixinUsers from '@/mixins/mixin-users'
|
||||
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CUserNonVerif',
|
||||
components: {
|
||||
CTitleBanner
|
||||
CTitleBanner, CVerifyTelegram, CVerifyEmail,
|
||||
},
|
||||
props: {
|
||||
},
|
||||
@@ -22,9 +27,13 @@ export default defineComponent({
|
||||
const globalStore = useGlobalStore()
|
||||
const { t } = useI18n();
|
||||
|
||||
const { isEmailVerified, TelegVerificato } = MixinUsers()
|
||||
|
||||
return {
|
||||
userStore,
|
||||
tools,
|
||||
isEmailVerified,
|
||||
TelegVerificato
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user