Account deletion

This commit is contained in:
Timothy Armes
2024-04-12 16:23:44 +02:00
parent cfbba733c2
commit 45ea8960e0
10 changed files with 198 additions and 42 deletions
+5 -5
View File
@@ -43,11 +43,11 @@ export const useAuthMenuOptions = () => {
onClick: () => router.push("/zones"),
disabled: signingOut,
},
// {
// title: t("deleteAccount"),
// onClick: handleSignOut,
// disabled: signingOut,
// },
{
title: t("deleteAccount"),
onClick: () => router.push("/delete-account"),
disabled: signingOut,
},
{
title: t("signOut"),
onClick: handleSignOut,