@insforge/react 1.0.5-dev.3 → 1.0.5-dev.5

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
@@ -5480,7 +5480,7 @@ function UserProfileModal({ onClose, onError }) {
5480
5480
  if (!user) return;
5481
5481
  setIsSaving(true);
5482
5482
  try {
5483
- const result = await updateUser({ profile: { name } });
5483
+ const result = await updateUser({ name });
5484
5484
  if (result?.error) {
5485
5485
  onError?.(result.error);
5486
5486
  } else {