Skip to content

Commit

Permalink
Quick: Remove DN management from account page (#474)
Browse files Browse the repository at this point in the history
* remove DN management from account page

* linting
  • Loading branch information
jarosenb authored Aug 13, 2024
1 parent e64429a commit fead6d5
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions libs/tup-components/src/accounts/ManageAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,6 @@ const ManageUser = () => (
</article>
);

const ManageDNs = () => (
<article className={styles['tap-feature']}>
<h2 className={styles['tap-header']}>
<dfn id="dn">Distinguished Name</dfn> (<abbr>DN</abbr>) Managment
</h2>
<p className={styles['tap-description']}>
Generate a <abbr>DN</abbr> to permit you to move data between machines.{' '}
<a
href="https://docs.tacc.utexas.edu/basics/datatransfer/#step1"
rel="noreferrer"
target="_blank"
>
Learn more about DNs.
</a>
</p>
<a
href="https://accounts.tacc.utexas.edu/certificates"
target="_blank"
rel="noreferrer"
className={styles['tap-action']}
>
<Button type="secondary">Manage DNs</Button>
</a>
</article>
);

const ManageUpload = () => (
<article className={styles['tap-feature']}>
<h2 className={styles['tap-header']}>Identity Management</h2>
Expand Down Expand Up @@ -87,7 +61,6 @@ const ManageAccount: React.FC = () => {
<div className={styles['account-body']}>
<section>
<ManageUser />
<ManageDNs />
<ManageUpload />
</section>
<span className={styles['tap-separator']} />
Expand Down

0 comments on commit fead6d5

Please sign in to comment.