@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 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()}/api/webauthn/${config.appId}`,
6382
+ baseURL: `${getBaseUrl()}/webauthn/${config.appId}`,
6383
6383
  headers: {
6384
6384
  "x-api-key": effectivePasskeyConfig.apiKey,
6385
6385
  "Content-Type": "application/json",