chore: set HWIDProtectEnabled so trading post can be used
All checks were successful
Build / build (22) (push) Successful in 42s
Build / build (20) (push) Successful in 1m4s
Build / build (18) (push) Successful in 1m0s
Build / build (18) (pull_request) Successful in 44s
Build / build (20) (pull_request) Successful in 1m4s
Build / build (22) (pull_request) Successful in 1m0s
All checks were successful
Build / build (22) (push) Successful in 42s
Build / build (20) (push) Successful in 1m4s
Build / build (18) (push) Successful in 1m0s
Build / build (18) (pull_request) Successful in 44s
Build / build (20) (pull_request) Successful in 1m4s
Build / build (22) (pull_request) Successful in 1m0s
This commit is contained in:
parent
0facdd1af9
commit
f9ead08746
@ -228,6 +228,9 @@ export const getInventoryResponse = async (
|
|||||||
// Omitting this field so opening the navigation resyncs the inventory which is more desirable for typical usage.
|
// Omitting this field so opening the navigation resyncs the inventory which is more desirable for typical usage.
|
||||||
//inventoryResponse.LastInventorySync = toOid(new Types.ObjectId());
|
//inventoryResponse.LastInventorySync = toOid(new Types.ObjectId());
|
||||||
|
|
||||||
|
// Set 2FA enabled so trading post can be used
|
||||||
|
inventoryResponse.HWIDProtectEnabled = true;
|
||||||
|
|
||||||
return inventoryResponse;
|
return inventoryResponse;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user