1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-15 18:54:36 +00:00

Merge pull request #115 from sasjs/issue-114

chore(error-message): updated error message for forbidden request
This commit is contained in:
Krishna Acondy
2020-10-01 09:10:35 +01:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ export async function makeRequest<T>(
try {
body = JSON.parse(body)
body.message = `Forbidden. Check your permissions and user groups. ${
body.message = `Forbidden. Check your permissions and user groups, and also the scopes granted when registering your CLIENT_ID. ${
body.message || ''
}`