mirror of https://github.com/vector-im/riot-web
Don't assert that we're not logged in before starting registration because uprading is now a thing.
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