@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.esm.js
CHANGED
|
@@ -2213,7 +2213,7 @@ var DefaultLoginPage = function (_a) {
|
|
|
2213
2213
|
console.log("Passkey created on client:", attestationResponse);
|
|
2214
2214
|
// 3. Send the response back to the server for verification
|
|
2215
2215
|
console.log("Sending attestation to server for verification...");
|
|
2216
|
-
return [4 /*yield*/, axios.post(MFAEndpoints.RegisterVerify, attestationResponse, {
|
|
2216
|
+
return [4 /*yield*/, axios.post(MFAEndpoints.RegisterVerify + "?username=".concat(data.username), attestationResponse, {
|
|
2217
2217
|
headers: APIHeaders
|
|
2218
2218
|
})];
|
|
2219
2219
|
case 3:
|