2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-05-06 04:22:58 +00:00
This commit is contained in:
Ahmed Zamil 2023-07-02 12:39:54 +03:00
commit c1fb6b1ada

View File

@ -670,7 +670,7 @@ export default class DistributedConnection extends IStore {
if (this.instance == null)
{
Warehouse.put(this.remoteUsername.replaceAll("/", "_"), this, null, this.server).then(x =>
Warehouse.put(authPacket.remoteUsername.replaceAll("/", "_"), this, null, this.server).then(x =>
{
this.ready = true;