confirmCode endpoint shouldn't reconnect socket
This commit is contained in:
parent
f048066693
commit
c68fd3d727
5 changed files with 34 additions and 59 deletions
|
@ -376,6 +376,8 @@ export class SocketManager extends EventListener {
|
|||
|
||||
this.authenticated?.abort();
|
||||
this.unauthenticated?.abort();
|
||||
this.authenticated = undefined;
|
||||
this.unauthenticated = undefined;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue