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
View File
@@ -41,6 +41,11 @@ export const pathnames = {
fr: "/contactez-nous",
en: "/contact-us",
},
"/delete-account": {
fr: "/supprimer-compte",
en: "/delete-account",
},
} satisfies Pathnames<typeof locales>;
export const { Link, redirect, usePathname, useRouter, getPathname } =