1
0
Fork 0
mirror of synced 2024-05-17 11:12:41 +12:00

Update error for USER_CONSOLE_COUNT_EXCEEDED to just mention relevant variables

This commit is contained in:
Vincent (Wen Yu) Ge 2024-04-18 18:18:34 -04:00
parent c57fa3546f
commit be05844116

View file

@ -138,7 +138,7 @@ return [
],
Exception::USER_CONSOLE_COUNT_EXCEEDED => [
'name' => Exception::USER_CONSOLE_COUNT_EXCEEDED,
'description' => 'Sign up to the console is restricted. You can update console sign up restrictions by setting _APP_CONSOLE_WHITELIST_ROOT to "disabled" or by updating _APP_CONSOLE_WHITELIST_IPS or _APP_CONSOLE_WHITELIST_EMAILS to whitelist your IP or email.',
'description' => 'Sign up to the console is restricted. You can contact an administrator to update console sign up restrictions by setting _APP_CONSOLE_WHITELIST_ROOT to "disabled".',
'code' => 501,
],
Exception::USER_JWT_INVALID => [