diff --git a/src/components/SignInForm.tsx b/src/components/SignInForm.tsx index 95a99f4e2..30a993e37 100644 --- a/src/components/SignInForm.tsx +++ b/src/components/SignInForm.tsx @@ -106,6 +106,17 @@ const SignInForm: React.FC = ({ authService }) => { > {({ isValid, isSubmitting }) => (
+ {({ field, meta: { error, value, initialValue, touched } }: FieldProps) => ( = ({ authService }) => { margin="normal" fullWidth id="username" - label="Username" type="text" autoFocus data-test="signin-username" @@ -123,13 +133,23 @@ const SignInForm: React.FC = ({ authService }) => { /> )} + {({ field, meta: { error, value, initialValue, touched } }: FieldProps) => (