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