Merge pull request #1000 from argonui/detaching

Bugfix for token detaching
This commit is contained in:
dscarpac 2024-11-18 16:25:09 -06:00 committed by GitHub
commit d898676b6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2871,7 +2871,7 @@ function handleTokenAttaching(params)
Wait.condition(
function()
if card ~= nil then
handleTokenDetaching(card)
handleTokenDetaching({ card = card })
end
end,
function()