Can delete account

This commit is contained in:
2023-06-15 09:33:41 +02:00
parent fc58e65ea1
commit 6a399ac52a
4 changed files with 114 additions and 1 deletions

View File

@ -274,7 +274,7 @@ function DeleteAccountButton(): React.ReactElement {
};
return (
<div style={{ textAlign: "center" }}>
<div style={{ textAlign: "center", margin: "15px 0px" }}>
<Button onClick={requestDelete} color="error">
Supprimer mon compte
</Button>