Merge branch 'Fix-CWE-362' into dev

This commit is contained in:
Bubka
2025-03-04 11:59:17 +01:00
17 changed files with 170 additions and 88 deletions

View File

@ -21,7 +21,7 @@
if (destinationGroupId.value === 0) {
await twofaccountService.withdraw(props.selectedAccountsIds)
}
else await groupService.assign(props.selectedAccountsIds, destinationGroupId.value)
else groupService.assign(props.selectedAccountsIds, destinationGroupId.value, { returnError: true })
emit('accounts-moved')
}