fix strette di mano

This commit is contained in:
Surya Paolo
2023-01-09 04:05:18 +01:00
parent d684d7a46f
commit a9367d5aef
4 changed files with 311 additions and 206 deletions

View File

@@ -148,6 +148,7 @@ export const DefaultProfile: IUserProfile = {
export const useUserStore = defineStore('UserStore', {
state: () => ({
my: { ...DefaultUser },
userprofile: DefaultUser,
groups: [],
lang: process.env.LANG_DEFAULT ? process.env.LANG_DEFAULT : 'it',
repeatPassword: '',