Skip to content

Commit 0f4a40e

Browse files
committed
Cleaning
1 parent 40bc156 commit 0f4a40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/SignInForm/SignInForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const SignInForm: FC<React.PropsWithChildren<SignInFormProps>> = ({
130130

131131
return (
132132
<>
133-
<Welcome/>
133+
<Welcome />
134134
{!authMethods?.password.hidden && (<form onSubmit={form.handleSubmit}>
135135
<Stack>
136136
{Object.keys(loginErrors).map(

0 commit comments

Comments
 (0)