Updating contations and deleting legacy code

This commit is contained in:
Belen Curcio
2017-11-22 12:22:27 -03:00
parent 9ae32b9366
commit 48e87c4659
2 changed files with 3 additions and 32 deletions
@@ -15,7 +15,6 @@ import {
hideCreateUsernameDialog,
invalidForm,
validForm,
createUsername
} from 'coral-embed-stream/src/actions/auth';
class ChangeUsernameContainer extends React.Component {
@@ -140,7 +139,6 @@ const mapStateToProps = ({auth}) => ({
const mapDispatchToProps = (dispatch) =>
bindActionCreators(
{
createUsername,
showCreateUsernameDialog,
hideCreateUsernameDialog,
invalidForm,