feat: implement deleteIdentity with S2S relay for soft/full modes

This commit is contained in:
Jannis Braun
2026-04-03 02:43:55 +02:00
parent abd5ad145a
commit e7be58f01d
2 changed files with 27 additions and 4 deletions
@@ -427,7 +427,7 @@ function DeleteIdentityDialog({
const [scope, setScope] = useState<DeletionScope>('this');
const handleConfirm = () => {
deleteIdentity(origin);
deleteIdentity([origin]);
onClose();
};