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