Skip to content

Commit

Permalink
fix: RT-99514 be a little nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jul 26, 2024
1 parent f037ced commit 07039b0
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,17 @@ const LoginError: React.FC<{ status?: number; isError: boolean }> = ({
if (status === 451) {
return (
<div className="c-form__errors">
Your account is suspended.{' '}
Sorry, your account is suspended.
<br />
Please{' '}
<a
rel="noopener noreferrer"
target="_blank"
href="https://accounts.tacc.utexas.edu/login_support"
>
Request account support.
request account support
</a>
.
</div>
);
}
Expand Down

0 comments on commit 07039b0

Please sign in to comment.