getting fix for deleting a user

This commit is contained in:
Me
2023-01-17 16:00:35 +01:00
4 changed files with 11 additions and 11 deletions

View File

@@ -125,7 +125,6 @@
});
}
</script>
@@ -170,7 +169,7 @@
</form>
</Card>
</div>
<Button type="primary" on:click={() => deleteAccount()}>Delete Account</Button>
<Button type="primary" on:click={() => deleteAccount()}>Delete Account</Button>
</div>
</main>