Skip to content

Commit

Permalink
fix: RT-99514 balanced message
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jul 26, 2024
1 parent 4081132 commit a290672
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@ const LoginError: React.FC<{ status?: number; isError: boolean }> = ({
if (status === 451) {
return (
<div className="c-form__errors">
Your account is suspended.{' '}
Your account has been suspended. 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 a290672

Please sign in to comment.