@nibssplc/cams-sdk-react 1.0.0-rc.22 → 1.0.0-rc.24
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1463,7 +1463,7 @@ function UnifiedCAMSProvider(props) {
|
|
|
1463
1463
|
// Validate appCode is a valid GUID
|
|
1464
1464
|
var appCodeValidation = GuidSchema.safeParse(props.appCode);
|
|
1465
1465
|
if (!appCodeValidation.success) {
|
|
1466
|
-
throw new Error("Invalid
|
|
1466
|
+
throw new Error("Invalid CAS APP CODE: ".concat(appCodeValidation.error.issues[0].message));
|
|
1467
1467
|
}
|
|
1468
1468
|
if (props.mode === "MSAL") {
|
|
1469
1469
|
var msalConfig = props.msalConfig, msalInstance = props.msalInstance;
|