@insforge/react 0.5.2 → 0.5.3

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/forms.cjs CHANGED
@@ -636,8 +636,7 @@ function useInsforge() {
636
636
  signUp: async () => ({ error: "SSR mode" }),
637
637
  signOut: async () => {
638
638
  },
639
- updateUser: async () => {
640
- },
639
+ updateUser: async () => ({ error: "SSR mode" }),
641
640
  reloadAuth: async () => ({ success: false, error: "SSR mode" }),
642
641
  sendVerificationEmail: async () => null,
643
642
  sendResetPasswordEmail: async () => null,