- Info sul Conto Collettivo
- HomePage
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user