@passkeyme/react-auth 1.1.0 → 1.1.1
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -6380,7 +6380,7 @@ const PasskeymeCallbackHandler = ({ loadingComponent: LoadingComponent, errorCom
|
|
|
6380
6380
|
updateState({ passkeyRegistering: true });
|
|
6381
6381
|
// Create axios instance for PasskeyMe API
|
|
6382
6382
|
const axiosInstance = axios$1.create({
|
|
6383
|
-
baseURL: `${getBaseUrl()}/
|
|
6383
|
+
baseURL: `${getBaseUrl()}/webauthn/${config.appId}`,
|
|
6384
6384
|
headers: {
|
|
6385
6385
|
"x-api-key": effectivePasskeyConfig.apiKey,
|
|
6386
6386
|
"Content-Type": "application/json",
|