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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18551,7 +18551,7 @@ var UserProfile = ({
|
|
|
18551
18551
|
}
|
|
18552
18552
|
try {
|
|
18553
18553
|
await post({
|
|
18554
|
-
url:
|
|
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:
|
|
18630
|
+
url: logoutUrl || `/users/logout/${user?._id}`,
|
|
18631
18631
|
v: v || 1
|
|
18632
18632
|
});
|
|
18633
18633
|
message20.success("Logout successfully");
|