@passkeyme/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/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1487,7 +1487,7 @@ class PasskeymeAuth {
|
|
|
1487
1487
|
const { default: axios } = await Promise.resolve().then(function () { return index; });
|
|
1488
1488
|
// Create axios instance for PasskeyMe API
|
|
1489
1489
|
const axiosInstance = axios.create({
|
|
1490
|
-
baseURL: `${this.config.baseUrl}/
|
|
1490
|
+
baseURL: `${this.config.baseUrl}/webauthn/${this.config.appId}`,
|
|
1491
1491
|
headers: {
|
|
1492
1492
|
"x-api-key": apiKey,
|
|
1493
1493
|
"Content-Type": "application/json",
|