Skip to content

Commit

Permalink
removed files that are not used
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Oct 28, 2024
1 parent 177c439 commit 2a464a4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 306 deletions.
12 changes: 12 additions & 0 deletions src/containers/Auth/Auth.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,15 @@
.Spacing {
margin: 15px 0px;
}

.TermsOfUse a {
color: #93a29b !important;
font-size: 14px !important;
font-weight: 400 !important;
text-decoration: underline !important;
}

.TermsOfUse {
text-align: center;
padding-bottom: 20px;
}
10 changes: 8 additions & 2 deletions src/containers/Auth/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import { useTranslation } from 'react-i18next';
import { Captcha } from 'components/UI/Form/Captcha/Captcha';

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 styles from './Auth.module.css';
import axios from 'axios';
import { ORGANIZATION_NAME } from 'config';
import setLogs from 'config/logs';
import { checkOrgStatus } from 'services/AuthService';
import { TERMS_OF_USE_LINK } from 'common/constants';

// import { Promotion } from './Promotion/Promotion';

Expand Down Expand Up @@ -253,7 +253,13 @@ export const Auth = ({

<div className={boxClass.join(' ')}>
{formElements}
{isRegistration && termsOfUse}
{isRegistration && (
<div className={styles.TermsOfUse}>
<a href={TERMS_OF_USE_LINK} target="_blank" rel="noreferrer">
Read the applied terms of use
</a>
</div>
)}
</div>
{alternateText ? (
<>
Expand Down
91 changes: 0 additions & 91 deletions src/containers/Organization/Organization.test.tsx

This file was deleted.

128 changes: 0 additions & 128 deletions src/containers/Organization/Organization.tsx

This file was deleted.

29 changes: 0 additions & 29 deletions src/containers/Organization/RouteSetupSteps.test.tsx

This file was deleted.

56 changes: 0 additions & 56 deletions src/containers/Organization/RouteSetupSteps.tsx

This file was deleted.

0 comments on commit 2a464a4

Please sign in to comment.