@nibssplc/cams-sdk-react 1.0.0-rc.4 → 1.0.0-rc.5
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
|
@@ -2234,7 +2234,7 @@ var DefaultLoginPage = function (_a) {
|
|
|
2234
2234
|
console.log("Passkey created on client:", attestationResponse);
|
|
2235
2235
|
// 3. Send the response back to the server for verification
|
|
2236
2236
|
console.log("Sending attestation to server for verification...");
|
|
2237
|
-
return [4 /*yield*/, axios.post(MFAEndpoints.RegisterVerify, attestationResponse, {
|
|
2237
|
+
return [4 /*yield*/, axios.post(MFAEndpoints.RegisterVerify + "?username=".concat(data.username), attestationResponse, {
|
|
2238
2238
|
headers: APIHeaders
|
|
2239
2239
|
})];
|
|
2240
2240
|
case 3:
|