Update LoginForm.tsx

This commit is contained in:
Nate Kelley 2025-03-04 12:03:21 -07:00
parent 614c987340
commit 646e1a963c
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ const LoginAlertMessage: React.FC<{
message: string;
}> = ({ message }) => {
return (
<Text size="xs" variant="danger" className="">
<Text size="xs" variant="danger">
{message}
</Text>
);