feat: account deletion page

This commit is contained in:
trafficlunar 2026-05-15 18:52:58 +01:00
parent 69ed620873
commit caeeaf6b6a
3 changed files with 14 additions and 1 deletions

View file

@ -19,7 +19,7 @@ export default function DeleteAccount() {
return;
}
navigate("/404");
navigate("/account-deletion");
};
const close = () => {