diff --git a/app/config/errors.php b/app/config/errors.php index 78f8c7be12..ea87cff27e 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -149,7 +149,7 @@ return [ ], Exception::OAUTH_PROVIDER_UNSUPPORTED => [ 'name' => Exception::OAUTH_PROVIDER_UNSUPPORTED, - 'description' => 'The chosen OAuth provider is unsupported.', + 'description' => 'The chosen OAuth provider is unsupported. Please check the docs for the complete list of supported OAuth providers.', 'code' => 501, ], Exception::OAUTH_INVALID_SUCCESS_URL => [