Re-enable upgrade registration.
Revert https://github.com/vector-im/vector-web/issues/818 now that https://github.com/vector-im/vector-web/issues/759 is fixed.
This commit is contained in:
parent
4a3053a90b
commit
4da0e2fd95
1 changed files with 1 additions and 2 deletions
|
@ -149,8 +149,7 @@ module.exports = React.createClass({
|
|||
|
||||
onUpgradeClicked: function() {
|
||||
dis.dispatch({
|
||||
//action: "start_upgrade_registration"
|
||||
action: "start_registration" // temporary (https://github.com/vector-im/vector-web/issues/818)
|
||||
action: "start_upgrade_registration"
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue