From 97c7513faa4c2d4b45af7533da7d37d759a0dadf Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 8 Feb 2022 02:44:02 +0400 Subject: [PATCH] feat: update descriptions of oauth errors --- app/config/errors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => [