Fix patches to account for matrix-react-sdk being merged into element-web

This commit is contained in:
q
2024-10-30 14:21:22 -04:00
parent 5155fc2ec4
commit f5374e8d47
9 changed files with 29 additions and 29 deletions

View File

@@ -33,16 +33,15 @@ patch_content=$(cat << EOF
}
--- a/src/components/views/auth/VectorAuthPage.tsx
+++ b/src/components/views/auth/VectorAuthPage.tsx
@@ -17,8 +17,6 @@
@@ -8,7 +8,6 @@ Please see LICENSE files in the repository root for full details.
import * as React from "react";
import SdkConfig from "matrix-react-sdk/src/SdkConfig";
import SdkConfig from "../../../SdkConfig";
-import VectorAuthFooter from "./VectorAuthFooter";
-
export default class VectorAuthPage extends React.PureComponent {
private static welcomeBackgroundUrl?: string;
@@ -77,7 +75,6 @@
export default class VectorAuthPage extends React.PureComponent<React.PropsWithChildren> {
private static welcomeBackgroundUrl?: string;
@@ -68,7 +67,6 @@ export default class VectorAuthPage extends React.PureComponent<React.PropsWithC
{this.props.children}
</div>
</div>