Element devs changed all the paths...again

This commit is contained in:
q
2026-04-24 23:16:08 -04:00
parent e146ba35c0
commit b5137ea70b
8 changed files with 25 additions and 25 deletions

View File

@@ -23,8 +23,8 @@ error() {
}
patch_content=$(cat << EOF
--- a/src/components/views/auth/AuthPage.tsx
+++ b/src/components/views/auth/AuthPage.tsx
--- a/apps/web/src/components/views/auth/AuthPage.tsx
+++ b/apps/web/src/components/views/auth/AuthPage.tsx
@@ -70,7 +70,6 @@ export default class AuthPage extends React.PureComponent<React.PropsWithChildre
{this.props.children}
</div>