From 62e03f69d003ad534a15854453997e8f18ab5be1 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Thu, 9 Dec 2021 11:18:29 +0400 Subject: [PATCH] refactor(#2029): change lexic for user not found --- src/features/AuthServiceApp/config/lexics.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/AuthServiceApp/config/lexics.tsx b/src/features/AuthServiceApp/config/lexics.tsx index 96551e40..b69cbffb 100644 --- a/src/features/AuthServiceApp/config/lexics.tsx +++ b/src/features/AuthServiceApp/config/lexics.tsx @@ -14,7 +14,7 @@ export const lexics = { error_simple_password: 12940, error_unsupported_response_type: 15922, error_user_already_created: 15926, - error_user_not_found: 1417, + error_user_not_found: 15956, form_email: 12912, form_password: 751, go_back: 1907,