feat: implement deleteIdentity with S2S relay for soft/full modes
This commit is contained in:
@@ -427,7 +427,7 @@ function DeleteIdentityDialog({
|
||||
const [scope, setScope] = useState<DeletionScope>('this');
|
||||
|
||||
const handleConfirm = () => {
|
||||
deleteIdentity(origin);
|
||||
deleteIdentity([origin]);
|
||||
onClose();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user