confirmCode endpoint shouldn't reconnect socket

This commit is contained in:
Fedor Indutny 2021-08-04 13:12:35 -07:00 committed by GitHub
parent f048066693
commit c68fd3d727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 59 deletions

View file

@ -376,6 +376,8 @@ export class SocketManager extends EventListener {
this.authenticated?.abort();
this.unauthenticated?.abort();
this.authenticated = undefined;
this.unauthenticated = undefined;
}
//