@erikey/react 0.1.3 → 0.1.4

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.mjs CHANGED
@@ -1672,7 +1672,7 @@ function createAuthClient2(config) {
1672
1672
  * Get the current authenticated user
1673
1673
  */
1674
1674
  getUser: async () => {
1675
- return fetchWithAuth("/session", {
1675
+ return fetchWithAuth("/get-session", {
1676
1676
  method: "GET"
1677
1677
  });
1678
1678
  },