- fix: refresh token, codice di errore ...

This commit is contained in:
Surya Paolo
2025-03-15 14:52:25 +01:00
parent dfce2bc5eb
commit 201b739c8c
59 changed files with 726 additions and 87 deletions

View File

@@ -235,7 +235,7 @@
>
</q-input>
<q-field v-if="col.showLinkResult && myvalue">
Diventerà: {{ tools.generateURL(col.showLinkResult, myvalue) }}
Diventerà: {{ tools.generateURL(col.showLinkResult, myvalue) }}
</q-field>
</div>
<div
@@ -457,7 +457,7 @@
:src="
col.showpicprofile_ifnotset
? userStore.getImgByProfile(row['profile'], true)
: 'images/noimg-user.svg'
: '/images/noimg-user.svg'
"
class="text-center"
style="height: 100px; width: 100px"
@@ -525,7 +525,7 @@
:src="
col.showpicprofile_ifnotset
? userStore.getImgByProfile(row['profile'], true)
: 'images/noimg-user.svg'
: '/images/noimg-user.svg'
"
class="text-center"
style="height: 100px; width: 100px"
@@ -581,7 +581,7 @@
:src="
col.showpicprofile_ifnotset
? userStore.getImgByProfile(row['profile'], true)
: 'images/noimg-user.svg'
: '/images/noimg-user.svg'
"
class="text-center"
style="height: 100px; width: 100px"
@@ -1276,7 +1276,7 @@
@changeval="changevalRecHours"
style="max-width: 100px"
:options="tools.SelectHours"
:addstrrequired="addstrrequired"
:addstrrequired="addstrrequired"
>
</CMySelect>
</div>