fix logout issue
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user