1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

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
commit 4ceae33a5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 => [