comment why we send the empty string

This commit is contained in:
David Baker 2017-06-23 14:48:15 +01:00
parent c51255da40
commit ec36a348be

View File

@ -71,7 +71,7 @@ class PasswordLogin extends React.Component {
ev.preventDefault();
if (this.state.loginType === PasswordLogin.LOGIN_FIELD_PHONE) {
this.props.onSubmit(
'',
'', // XXX: Synapse breaks if you send null here:
this.state.phoneCountry,
this.state.phoneNumber,
this.state.password,