mirror of https://github.com/buster-so/buster.git
Update LoginForm.tsx
This commit is contained in:
parent
614c987340
commit
646e1a963c
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue