- Sistemato INVITI alla App

- Completamento Profilo
- Registrazione tramite Invito, senza richiedere conferma email.
This commit is contained in:
Surya Paolo
2025-11-18 23:56:08 +01:00
parent fc569192e7
commit 4985e7565d
98 changed files with 2209 additions and 3595720 deletions

View File

@@ -150,6 +150,7 @@ export const tools = {
TIPOVIS_SHOW_INPAGE: 8,
APORTADOR_SOLIDARIO: 'apsol',
TOK_INV: 'tokinv',
IDAPP_AYNI: '7',
IDAPP_SIP: '9',
@@ -11280,6 +11281,14 @@ export const tools = {
return false;
}
},
pageExist(path: string) {
const globalStore = useGlobalStore();
const page = globalStore.getPage(path)
return !!page
}
// FINE !
// getLocale() {