fixed tokenreg was not valid. created by date

This commit is contained in:
Surya Paolo
2022-11-30 12:04:02 +01:00
parent 3aff6a9c94
commit 2ab50779ea
6 changed files with 0 additions and 35 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/bash
site=insiemesipuo.app
rmdir __newfreeplanet.app
rmdir __popolodelnuovomondo.app
rmdir __terradellavisione.app
source __inizia.sh

View File

@@ -1,8 +0,0 @@
#!/bin/bash
site=popolodelnuovomondo.app
rmdir __newfreeplanet.app
rmdir __insiemesipuo.app
source __inizia.sh

View File

@@ -162,7 +162,6 @@ export default defineComponent({
jointable.value = col.value.jointable! jointable.value = col.value.jointable!
} }
const arrk = props.field.split('.') const arrk = props.field.split('.')
if (arrk) { if (arrk) {
mykey.value = props.field mykey.value = props.field
@@ -185,7 +184,6 @@ export default defineComponent({
if (props.nosaveToDb) if (props.nosaveToDb)
return return
if (newval !== valinitial) if (newval !== valinitial)
setValDb($q, mykey.value, newval, props.fieldtype || col.fieldtype, false, props.table, mysubkey.value, props.id, props.indrec, mysubsubkey.value, props.specialField) setValDb($q, mykey.value, newval, props.fieldtype || col.fieldtype, false, props.table, mysubkey.value, props.id, props.indrec, mysubsubkey.value, props.specialField)

View File

@@ -1,5 +1,4 @@
<template> <template>
fieldtype: {{fieldtype}}
<div v-if="visuElem()" :class="mytitle ? `row items-center justify-center q-ma-xs text-center` : ``"> <div v-if="visuElem()" :class="mytitle ? `row items-center justify-center q-ma-xs text-center` : ``">
<div v-if="mytitle" class="q-ma-xs"> <div v-if="mytitle" class="q-ma-xs">
<q-field rounded outlined :bg-color="($q.dark.isActive ? '' : 'blue-4')" dense style="min-width:110px;"> <q-field rounded outlined :bg-color="($q.dark.isActive ? '' : 'blue-4')" dense style="min-width:110px;">

View File

@@ -1,8 +0,0 @@
#!/bin/bash
site=insiemesipuo.app
rmdir __freeplanet.app
rmdir __popolodelnuovomondo.app
source __termine.sh

View File

@@ -1,7 +0,0 @@
#!/bin/bash
site=popolodelnuovomondo.app
rmdir __freeplanet.app
source __termine.sh