Can delete account
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user