diff --git a/chump/src/components/account_edit.tsx b/chump/src/components/account_edit.tsx index 05b8086c..c9a97402 100644 --- a/chump/src/components/account_edit.tsx +++ b/chump/src/components/account_edit.tsx @@ -9,6 +9,8 @@ interface IAccountEditState { currentPassword: string; displayName: string; newPassword: string; + postBodyCss: string; + postTitleCss: string; privateAccount: boolean; redirect: boolean; } @@ -26,6 +28,8 @@ export class AccountEdit extends React.Component { if (!response.success) { alert("Error editing: " + response.error); @@ -131,6 +139,26 @@ export class AccountEdit extends React.Component +
+ +