1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore(error-message): updated error message for forbidden request

This commit is contained in:
Yury Shkoda
2020-10-01 09:49:24 +03:00
parent 37def7a956
commit 02c1712d22

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 || ''
}`