Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Update [didId].vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedsmiai authored Sep 28, 2023
1 parent 67461e8 commit 4ed1dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/settings/dids/[didId].vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ useHead({
});
async function deleteDid() {
navigateTo("/settings/dids");
await $fetch(`/r/wallet/dids/${didId}`, {
method: "DELETE",
});
navigateTo("/settings/dids");
}
</script>

Expand Down

0 comments on commit 4ed1dee

Please sign in to comment.