Don't assert that we're not logged in before starting registration because uprading is now a thing.

pull/21833/head
David Baker 2016-02-01 16:53:39 +00:00
parent 2c04b9cb5b
commit c187eda832
1 changed files with 0 additions and 1 deletions

View File

@ -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 (