@passkeyme/auth 2.2.0 → 2.2.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/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -425,7 +425,7 @@ class PasskeymeApiClient {
|
|
|
425
425
|
* Requires a valid access token.
|
|
426
426
|
*/
|
|
427
427
|
async getUserInfo(accessToken) {
|
|
428
|
-
const response = (await this.request("/userinfo", {
|
|
428
|
+
const response = (await this.request("/api/userinfo", {
|
|
429
429
|
method: "GET",
|
|
430
430
|
headers: {
|
|
431
431
|
Authorization: `Bearer ${accessToken}`,
|