- aggiornamento con proj RISO. postcss, pwa.

This commit is contained in:
Surya Paolo
2025-03-05 18:14:00 +01:00
parent 5aa794ef18
commit 5c38bbd52e
340 changed files with 7203259 additions and 923 deletions

View File

@@ -43,7 +43,7 @@ export default defineComponent({
const initialPagination = ref({
sortBy: 'desc',
descending: false,
rowsPerPage: 10,
rowsPerPage: 20,
// rowsNumber: xx if getting data from a server
})

View File

@@ -58,6 +58,7 @@ export default defineComponent({
emailsent.value = true
idapp.value = ris.idapp
tools.showPositiveNotif($q, t('install.created', { idapp: ris.idapp }))
console.log('VAI A SIGNIN (2):')
$router.replace('/signin')
form.password = ''
} else