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
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;
}
//