@livechat/accounts-sdk 2.1.4-beta.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/accounts-sdk.js +1 -1
- package/dist/accounts-sdk.js.map +1 -1
- package/dist/accounts-sdk.min.js.map +1 -1
- package/dist/index.cjs.js +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +68 -13
package/dist/accounts-sdk.js
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
oauth_exception: {
|
|
22
22
|
invalid_request: 'You may be loading accounts-sdk on a domain that is not whitelisted.',
|
|
23
23
|
unauthorized_client: 'Client not found, not provided or incorectly configured.',
|
|
24
|
-
access_denied: 'Probably this application is installed on a different account
|
|
24
|
+
access_denied: 'Probably this application is installed on a different account and you do not have access to it.',
|
|
25
25
|
unsupported_response_type: 'Provided response type is incorrect or unavailable for a given client.'
|
|
26
26
|
},
|
|
27
27
|
identity_exception: {
|