You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Place welcome content directly on glass
This commit is contained in:
@@ -21,8 +21,6 @@ import SdkConfig from '../../../SdkConfig';
|
||||
export default class Welcome extends React.PureComponent {
|
||||
render() {
|
||||
const AuthPage = sdk.getComponent("auth.AuthPage");
|
||||
const AuthHeader = sdk.getComponent("auth.AuthHeader");
|
||||
const AuthBody = sdk.getComponent("auth.AuthBody");
|
||||
const EmbeddedPage = sdk.getComponent('structures.EmbeddedPage');
|
||||
|
||||
const pagesConfig = SdkConfig.get().pages;
|
||||
@@ -30,12 +28,9 @@ export default class Welcome extends React.PureComponent {
|
||||
|
||||
return (
|
||||
<AuthPage>
|
||||
<AuthHeader />
|
||||
<AuthBody>
|
||||
<EmbeddedPage className="mx_WelcomePage"
|
||||
url={pageUrl}
|
||||
/>
|
||||
</AuthBody>
|
||||
</AuthPage>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user