From 6b13dffe686292ad5f819ed5534a8d69be65f408 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Mon, 11 Apr 2022 13:28:51 -0700 Subject: [PATCH] IO-1442 Update login error codes. --- bodyshop_translations.babel | 57 +++++++++++++++++++ .../sign-in-form/sign-in-form.component.jsx | 5 +- client/src/translations/en_us/common.json | 8 +++ client/src/translations/es/common.json | 8 +++ client/src/translations/fr/common.json | 8 +++ 5 files changed, 85 insertions(+), 1 deletion(-) 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}