@djangocfg/api 2.1.468 → 2.1.470

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/auth.cjs CHANGED
@@ -3746,7 +3746,7 @@ var useDeleteAccount = /* @__PURE__ */ __name(() => {
3746
3746
  }
3747
3747
  await logout();
3748
3748
  return { success: true, message: "Account deleted successfully" };
3749
- }, []);
3749
+ }, [logout]);
3750
3750
  return {
3751
3751
  isLoading,
3752
3752
  error,