Fix patches to account for matrix-react-sdk being merged into element-web
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user