Open iequidoo opened 1 month ago
basically the api is: scan the own qr code you get. So the ui option would need to get the current qr code for the user/group and then "execute" it to deactivate it. This is already implemented in the qr code scanner. This issue is about adding a UI button for this action.
Where should this option be exactly on desktop?
Ping @r10s
as we already have a context menu for the QR code, i'd add it there, as the last option.
that's good enough for now, esp. as the option was not there at all before (also not for years on andriod/iOS) and the dialog is anyway subject to change i would not go for sth. more special for now
On Android the user can "Deactivate QR Code" (via the vertical ellipsis menu) which leads to removal of the corresponding token from all devices. The jsonrpc API is already here -- see
QrObject::{WithdrawVerifyContact,WithdrawVerifyGroup}
.