From 57f90c6a8c673bbb4c8aba1c9c580c4c5eaf8ac8 Mon Sep 17 00:00:00 2001 From: Elisea Cornejo Date: Wed, 17 Apr 2024 11:37:26 +0200 Subject: [PATCH] LYNX-391: add new generateToken error message --- src/pages/graphql/schema/customer/mutations/generate-token.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/graphql/schema/customer/mutations/generate-token.md b/src/pages/graphql/schema/customer/mutations/generate-token.md index 261ea310b..c5ec58d8e 100644 --- a/src/pages/graphql/schema/customer/mutations/generate-token.md +++ b/src/pages/graphql/schema/customer/mutations/generate-token.md @@ -61,6 +61,7 @@ Error | Description `Specify the "email" value.` | The value specified in the `email` argument is empty. `Specify the "password" value.` | The value specified value in the `password` argument is empty. `The account sign-in was incorrect or your account is disabled temporarily. Please wait and try again later.` | Authentication error. The email or password is incorrect, or the customer account is locked. +`This account isn't confirmed. Verify and try again.` | Authentication error. The email account is not confirmed. ## Related topics