mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
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
@ -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
Block a user