Skip to content

Commit

Permalink
fix link to TAM registration page (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb authored Jul 10, 2024
1 parent 6b984b0 commit 34a57f6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion libs/tup-components/src/auth/LoginComponent/LoginComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ const LoginError: React.FC<{ status?: number; isError: boolean }> = ({
<div className="c-form__errors">
Sorry, we can't find an account matching those credentials.
<br />
Please try again or <a href="/account/create">create a new account</a>.
Please try again or{' '}
<a
rel="noopener noreferrer"
target="_blank"
href="https://accounts.tacc.utexas.edu/register"
>
create a new account
</a>
.
</div>
);
}
Expand Down

0 comments on commit 34a57f6

Please sign in to comment.