fix: actually log out invalidate sessions

This commit is contained in:
Paul Makles
2022-07-13 13:05:43 +01:00
parent e3a526e2d7
commit fc8cfa5419
2 changed files with 11 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ export default class Session {
}
}
this.continueLogin(data);
await this.continueLogin(data);
break;
}