1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13:00

Update the error message for blocked users

Remove the "You can unblock the user from the Appwrite console." part
as it is not relevant for the person receiving the error.
This commit is contained in:
Steven Nguyen 2023-05-22 12:28:47 -07:00
parent 0368cdb669
commit f774721701
No known key found for this signature in database

View file

@ -112,7 +112,7 @@ return [
],
Exception::USER_BLOCKED => [
'name' => Exception::USER_BLOCKED,
'description' => 'The current user has been blocked. You can unblock the user from the Appwrite console.',
'description' => 'The current user has been blocked.',
'code' => 401,
],
Exception::USER_INVALID_TOKEN => [