1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

feat: update descriptions of oauth errors

This commit is contained in:
Christy Jacob 2022-02-08 02:44:02 +04:00
parent 40977d82a9
commit 97c7513faa

View file

@ -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 <a href="/docs/client/account?sdk=web-default#accountCreateOAuth2Session"> the docs</a> for the complete list of supported OAuth providers.',
'code' => 501,
],
Exception::OAUTH_INVALID_SUCCESS_URL => [