mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Account deletion
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user