fix logout issue

This commit is contained in:
tzw
2024-02-23 17:05:51 +06:30
parent 421bcf0a11
commit 5496bae681
23 changed files with 144 additions and 84 deletions

View File

@@ -2,6 +2,7 @@ const uploadPhotoLimit = 10;
const config_collection = "configs";
const user_collection = "users";
const authCollection = "auths";
const invitations_collection = "invitations";
const privilege_collection = "privileges";
const markets_collection = "markets";
@@ -113,8 +114,8 @@ const carton_processing_status = "processing";
const carton_arrived_status = "arrived";
const carton_invoiced_status = "invoiced";
const carton_canceled_status = "canceled";
const all_status= "All stauts";
const all ="All";
const all_status = "All stauts";
const all = "All";
// shipment status
const shipment_pending_status = "pending";
@@ -141,6 +142,6 @@ const payment_canceled_status = "canceled";
const delivery_caton = "Delivery carton";
const pickup_carton = "Pick-up carton";
// bill
const billToSender ="Bill to sender";
const billToConsignee="Bill to consignee";
// bill
const billToSender = "Bill to sender";
const billToConsignee = "Bill to consignee";