chore(#2163): add lexic for user not confirm

keep-around/3143190333a48111b223e674dd6f76a44ecee126
Andrei Dekterev 4 years ago
parent cec5ecbc47
commit 3143190333
  1. 1
      src/features/AuthServiceApp/config/lexics.tsx
  2. 1
      src/features/AuthServiceApp/requests/auth.tsx

@ -16,6 +16,7 @@ export const lexics = {
error_simple_password: 12940,
error_unsupported_response_type: 15922,
error_user_already_created: 15926,
error_user_not_confirm: 16069,
error_user_not_found: 15956,
error_user_not_found_recovery: 1417,
forgot_password: 1561,

@ -3,6 +3,7 @@ import { getApiUrl } from '../config/routes'
const errorLexics = {
1: 'error_invalid_email_or_password',
4: 'error_user_not_found',
11: 'error_user_not_confirm',
}
type FailedResponse = {

Loading…
Cancel
Save