Merge pull request #195 from matrix-org/dbkr/reenable_upgrade_registration
Re-enable upgrade registration.
This commit is contained in:
commit
66bed45e67
1 changed files with 1 additions and 2 deletions
|
@ -149,8 +149,7 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
onUpgradeClicked: function() {
|
onUpgradeClicked: function() {
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
//action: "start_upgrade_registration"
|
action: "start_upgrade_registration"
|
||||||
action: "start_registration" // temporary (https://github.com/vector-im/vector-web/issues/818)
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue