mirror of https://github.com/vector-im/riot-web
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.pull/21833/head
parent
4a3053a90b
commit
4da0e2fd95
|
@ -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…
Reference in New Issue