mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-18 17:38:20 +02:00
Quick fix
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