diff --git a/src/containers/Auth/Auth.tsx b/src/containers/Auth/Auth.tsx
index 1a2d219ff..047b9f716 100644
--- a/src/containers/Auth/Auth.tsx
+++ b/src/containers/Auth/Auth.tsx
@@ -9,7 +9,7 @@ import WhatsAppIcon from 'assets/images/icons/Social/Whatsapp.svg?react';
import { termsOfUse } from 'containers/Organization/Organization';
import { Button } from 'components/UI/Form/Button/Button';
import GlificLogo from 'assets/images/logo/Logo.svg';
-import { Promotion } from './Promotion/Promotion';
+// import { Promotion } from './Promotion/Promotion';
import styles from './Auth.module.css';
import axios from 'axios';
import { ORGANIZATION_NAME } from 'config';
@@ -268,7 +268,7 @@ export const Auth = ({
) : null}
- {mode === 'login' && }
+ {/* {mode === 'login' && } */}
);
};