@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.umd.js CHANGED
@@ -431,7 +431,7 @@
431
431
  * Requires a valid access token.
432
432
  */
433
433
  async getUserInfo(accessToken) {
434
- const response = (await this.request("/userinfo", {
434
+ const response = (await this.request("/api/userinfo", {
435
435
  method: "GET",
436
436
  headers: {
437
437
  Authorization: `Bearer ${accessToken}`,