Get user email from request

PROD-674
This commit is contained in:
adeelehsan
2020-07-08 13:09:09 +05:00
parent d26854c14f
commit b26f26e993
3 changed files with 10 additions and 11 deletions

View File

@@ -135,10 +135,6 @@ class RenderForm extends React.Component {
value: formData.course,
}],
tags: this.props.context.tags,
requester: {
email: this.userInformation.email,
name: this.userInformation.username,
},
};
request.open('POST', url, true);
request.setRequestHeader('Content-type', 'application/json;charset=UTF-8');