warqadui 0.0.272 → 0.0.273

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
@@ -18551,7 +18551,7 @@ var UserProfile = ({
18551
18551
  }
18552
18552
  try {
18553
18553
  await post({
18554
- url: `${logoutUrl || "/users/logout"}/${user?._id}`,
18554
+ url: logoutUrl || `/users/logout/${user?._id}`,
18555
18555
  v: v || 1
18556
18556
  });
18557
18557
  import_antd25.message.success("Logout successfully");
package/dist/index.mjs CHANGED
@@ -18627,7 +18627,7 @@ var UserProfile = ({
18627
18627
  }
18628
18628
  try {
18629
18629
  await post({
18630
- url: `${logoutUrl || "/users/logout"}/${user?._id}`,
18630
+ url: logoutUrl || `/users/logout/${user?._id}`,
18631
18631
  v: v || 1
18632
18632
  });
18633
18633
  message20.success("Logout successfully");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.272",
3
+ "version": "0.0.273",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",