mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
undo unrelated change
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
65b3adfbe3
commit
fd10ab840e
1 changed files with 1 additions and 2 deletions
|
@ -153,8 +153,7 @@ export default class PhoneNumbers extends React.Component {
|
||||||
|
|
||||||
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||||
const phoneNumber = this.state.newPhoneNumber;
|
const phoneNumber = this.state.newPhoneNumber;
|
||||||
// const phoneCountry = this.state.phoneCountry;
|
const phoneCountry = this.state.phoneCountry;
|
||||||
const phoneCountry = "XK";
|
|
||||||
|
|
||||||
const task = new AddThreepid();
|
const task = new AddThreepid();
|
||||||
this.setState({verifying: true, continueDisabled: true, addTask: task});
|
this.setState({verifying: true, continueDisabled: true, addTask: task});
|
||||||
|
|
Loading…
Reference in a new issue