mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Disable upgrade registration temporarily. Fixes https://github.com/vector-im/vector-web/issues/818.
This commit is contained in:
parent
34ba00d0ae
commit
4e4e5be9a1
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ module.exports = React.createClass({
|
|||
|
||||
onUpgradeClicked: function() {
|
||||
dis.dispatch({
|
||||
action: "start_upgrade_registration"
|
||||
//action: "start_upgrade_registration"
|
||||
action: "start_registration" // temporary (https://github.com/vector-im/vector-web/issues/818)
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue