mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 21:57:47 +02:00
Merge branch 'Fix-CWE-362' into dev
This commit is contained in:
@ -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')
|
||||
}
|
||||
|
Reference in New Issue
Block a user