Skip to content

Commit

Permalink
Merge pull request #8067 from appwrite/fix-dont-publish-max-users-exceed
Browse files Browse the repository at this point in the history
Fix don't publish max users exceed
  • Loading branch information
christyjacob4 committed May 21, 2024
2 parents 24dc6d4 + df340c0 commit 90bfd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
Exception::USER_COUNT_EXCEEDED => [
'name' => Exception::USER_COUNT_EXCEEDED,
'description' => 'The current project has exceeded the maximum number of users. Please check your user limit in the Appwrite console.',
'code' => 501,
'code' => 400,
],
Exception::USER_CONSOLE_COUNT_EXCEEDED => [
'name' => Exception::USER_CONSOLE_COUNT_EXCEEDED,
Expand Down

0 comments on commit 90bfd77

Please sign in to comment.