mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
undo unrelated change
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
65b3adfbe3
commit
fd10ab840e
@ -153,8 +153,7 @@ export default class PhoneNumbers extends React.Component {
|
||||
|
||||
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
const phoneNumber = this.state.newPhoneNumber;
|
||||
// const phoneCountry = this.state.phoneCountry;
|
||||
const phoneCountry = "XK";
|
||||
const phoneCountry = this.state.phoneCountry;
|
||||
|
||||
const task = new AddThreepid();
|
||||
this.setState({verifying: true, continueDisabled: true, addTask: task});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user