diff --git a/src/shared/components/person/settings.tsx b/src/shared/components/person/settings.tsx index f5df1c43..fe12640e 100644 --- a/src/shared/components/person/settings.tsx +++ b/src/shared/components/person/settings.tsx @@ -108,6 +108,7 @@ interface SettingsState { old_password?: string; }; deleteAccountForm: { + delete_content?: boolean; password?: string; }; personBlocks: PersonBlockView[]; @@ -1094,6 +1095,25 @@ export class Settings extends Component { )} className="my-2" /> +
+
+ + +
+