added email to final step

This commit is contained in:
Wyatt Johnson
2018-05-03 10:09:36 -06:00
parent 0caa82c1c4
commit 6485b1f080
6 changed files with 17 additions and 5 deletions
@@ -48,7 +48,10 @@ class DeleteMyAccount extends React.Component {
};
render() {
const { me: { scheduledDeletionDate } } = this.props.root;
const {
me: { scheduledDeletionDate },
settings: { organizationContactEmail },
} = this.props.root;
return (
<div className="talk-plugin-auth--delete-my-account">
<DeleteMyAccountDialog
@@ -56,6 +59,7 @@ class DeleteMyAccount extends React.Component {
showDialog={this.state.showDialog}
closeDialog={this.closeDialog}
scheduledDeletionDate={scheduledDeletionDate}
organizationContactEmail={organizationContactEmail}
/>
<h3
className={cn(