Move language selector to auth header

This commit is contained in:
J. Ryan Stinnett 2019-01-23 09:10:49 -06:00
parent 103460870a
commit 36ebd91f07
4 changed files with 2 additions and 9 deletions

View file

@ -555,8 +555,6 @@ module.exports = React.createClass({
);
}
const LanguageSelector = sdk.getComponent('structures.auth.LanguageSelector');
return (
<AuthPage>
<AuthHeader />
@ -569,7 +567,6 @@ module.exports = React.createClass({
{ _t('Create an account') }
</a>
{ loginAsGuestJsx }
<LanguageSelector />
</AuthBody>
</AuthPage>
);