From 10648b06caece610314fba13792199b0f5630567 Mon Sep 17 00:00:00 2001 From: gstvg <28798827+gstvg@users.noreply.github.com> Date: Fri, 8 Nov 2019 12:18:49 -0300 Subject: [PATCH] Fix typo, autocomplete to autoComplete --- packages/ra-ui-materialui/src/auth/LoginForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ra-ui-materialui/src/auth/LoginForm.tsx b/packages/ra-ui-materialui/src/auth/LoginForm.tsx index bb007f5b568..80b82309cdd 100644 --- a/packages/ra-ui-materialui/src/auth/LoginForm.tsx +++ b/packages/ra-ui-materialui/src/auth/LoginForm.tsx @@ -95,7 +95,7 @@ const LoginForm: SFC = ({ label={translate('ra.auth.password')} type="password" disabled={isLoading} - autocomplete="current-password" + autoComplete="current-password" />