add mail sender in setting

This commit is contained in:
yashkanakiya
2023-03-11 18:58:59 +05:30
parent b4aa254b68
commit 959aa257b4
23 changed files with 1718 additions and 110 deletions

View File

@ -25,6 +25,7 @@ export const useUsersStore = (useWindow = false) => {
password: null,
phone: null,
companies: [],
sender_id: null,
},
}),