1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

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>
);