mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02: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…
x
Reference in New Issue
Block a user