2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-05-06 04:22:58 +00:00

remoteUsername

This commit is contained in:
Esiur Project 2023-06-26 21:30:52 +03:00
parent c46dfaf58b
commit 48347fa995

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;