fix sent payload

This commit is contained in:
Riku Rouvila
2015-01-22 01:58:39 +02:00
parent ab7d7a4c31
commit 244b8688d3

View File

@@ -29,7 +29,7 @@ var props = {
});
request.post('/api/invites', {
email: state.email.email
email: state.email
}).then(function() {
setState({submitted: true});
}).catch(function(err) {