Skip to content

Commit

Permalink
Merge pull request #753 from Support-pl/dev-fixes
Browse files Browse the repository at this point in the history
fixed linking of subaccount to parent
  • Loading branch information
639852 committed Aug 22, 2024
2 parents 724f812 + 829115a commit eff077e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/settings/accountCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ async function createAccount () {
data: [form.value.email, form.value.password]
},
namespace: namespace.uuid,
accountOwner: authStore.userdata.uuid,
currency: authStore.userdata.currency,
data: {
email: form.value.email,
Expand Down

0 comments on commit eff077e

Please sign in to comment.