Merge pull request #1620 from coralproject/username-already-exists

Show username already exists error
This commit is contained in:
Kim Gardner
2018-05-14 16:29:19 -04:00
committed by GitHub
@@ -59,6 +59,7 @@ const withSetUsername = hoistStatics(WrappedComponent => {
}
const changeSet = { success: false, loading: false, error };
this.setState(changeSet);
throw error;
}
};