fix: dont set session here

This commit is contained in:
Christian Landgren 2023-09-18 23:22:03 +02:00
parent 0ff5fad4d9
commit 78e045e818
1 changed files with 0 additions and 1 deletions

View File

@ -321,7 +321,6 @@ export class ApiAdmentum extends EventEmitter implements Api {
statusChecker.on('OK', async () => {
this.isLoggedIn = true
this.personalNumber = personalNumber
this.setSessionCookie(sessionId)
this.emit('login')
})
statusChecker.on('ERROR', () => {