Mostrare Bottone Telegram per tutti

Visualizzazione Cellulare sul Profilo
This commit is contained in:
paoloar77
2022-02-24 23:36:27 +01:00
parent 430408f7bf
commit d797221430
25 changed files with 208 additions and 114 deletions

View File

@@ -23,6 +23,7 @@ import { complexity, complexityUser, registereduser, aportadorexist } from '../.
// import 'vue3-tel-input/dist/vue3-tel-input.css'
import { useRoute, useRouter } from 'vue-router'
import { static_data } from '@/db/static_data'
import { useGlobalStore } from '@store/globalStore'
// import {Loading, QSpinnerFacebook, QSpinnerGears} from 'quasar'
@@ -68,6 +69,9 @@ export default defineComponent({
const duplicate_email = ref(false)
const duplicate_username = ref(false)
const globalStore = useGlobalStore()
const signup = reactive(<ISignupOptions>{
email: process.env.TEST_EMAIL || '',
username: process.env.TEST_USERNAME || '',
@@ -137,7 +141,7 @@ export default defineComponent({
function allowSubmit() {
let error = v$.value.$error || v$.value.$invalid
let error = v$.value.$error || v$.value.$invalid || globalStore.serverError
if (props.showadultcheck)
error = error || !iamadult.value