Merge pull request #5163 from yatharth1706/fix-5147-fix-error-description-in-case-of-duplicate-user

fix error description for duplicate user
This commit is contained in:
Torsten Dittmann
2023-04-25 15:45:59 +02:00
committed by GitHub
+1 -1
View File
@@ -102,7 +102,7 @@ return [
],
Exception::USER_ALREADY_EXISTS => [
'name' => Exception::USER_ALREADY_EXISTS,
'description' => 'A user with the same email already exists in your project.',
'description' => 'A user with the same id, email, or phone already exists in your project.',
'code' => 409,
],
Exception::USER_BLOCKED => [