diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 05f7d80d5..d160cd70c 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -43231,6 +43231,63 @@ + + users + + + errors + + + signinerror + + + auth/user-not-found + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + + + auth/wrong-password + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + + + + + + + vehicles diff --git a/client/src/components/sign-in-form/sign-in-form.component.jsx b/client/src/components/sign-in-form/sign-in-form.component.jsx index ef66395b0..da1c749f7 100644 --- a/client/src/components/sign-in-form/sign-in-form.component.jsx +++ b/client/src/components/sign-in-form/sign-in-form.component.jsx @@ -81,7 +81,10 @@ export function SignInComponent({ /> {signInError ? ( - + ) : null}