Delete user from settings.

This commit is contained in:
charles-gauthereau
2024-11-23 17:20:24 +01:00
parent 1871389a5e
commit 761b4401fc
6 changed files with 64 additions and 12 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export default async function RoutePage(props: PageParams<{}>) {
<Badge className="ml-3 hidden lg:block">{userInfo.authMethod}</Badge>
</PageTitle>
<PageActions className={"mt-2"}>
<ButtonDeleteAccount/>
<ButtonDeleteAccount text="Delete my account"/>
</PageActions>
</div>
<PageContent>