Comment typos
This commit is contained in:
parent
d5f7b3983b
commit
6a37fc4325
2 changed files with 4 additions and 3 deletions
|
@ -387,7 +387,7 @@ module.exports = React.createClass({
|
|||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||
|
||||
this._addThreepid = new AddThreepid();
|
||||
// we always phone numbers when registering, so let's do the
|
||||
// we always bind phone numbers when registering, so let's do the
|
||||
// same here.
|
||||
this._addThreepid.addMsisdn(this.state.phoneCountry, this.state.phoneNumber, true).then((resp) => {
|
||||
this._promptForMsisdnVerificationCode(resp.msisdn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue