- Info sul Conto Collettivo

- HomePage
This commit is contained in:
Surya Paolo
2023-02-20 02:20:00 +01:00
parent 1f5be4624f
commit 19860aa438
28 changed files with 295 additions and 45 deletions

View File

@@ -533,7 +533,7 @@ export const useUserStore = defineStore('UserStore', {
getRefLink(username: string): string {
if (username === '')
username = this.my.username
return tools.getUrlSite() + '/signup/' + username
return tools.getUrlSite() + '/registrati/' + username
},
isUserOk(): boolean {