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