mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:35:04 +08:00
Don't assert that we're not logged in before starting registration because uprading is now a thing.
This commit is contained in:
parent
2c04b9cb5b
commit
c187eda832
@ -208,7 +208,6 @@ module.exports = React.createClass({
|
||||
});
|
||||
break;
|
||||
case 'start_registration':
|
||||
if (this.state.logged_in) return;
|
||||
var newState = payload.params || {};
|
||||
newState.screen = 'register';
|
||||
if (
|
||||
|
Loading…
Reference in New Issue
Block a user