@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.js CHANGED
@@ -1697,7 +1697,7 @@ function createAuthClient2(config) {
1697
1697
  * Get the current authenticated user
1698
1698
  */
1699
1699
  getUser: async () => {
1700
- return fetchWithAuth("/session", {
1700
+ return fetchWithAuth("/get-session", {
1701
1701
  method: "GET"
1702
1702
  });
1703
1703
  },