PM-7392 - Add TODO

This commit is contained in:
Jared Snider 2024-05-13 14:22:15 -04:00
parent dd6d3017f7
commit e4981d64f0
No known key found for this signature in database
GPG Key ID: A149DDD612516286
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ export class AppComponent implements OnInit, OnDestroy {
.pipe(
tap((msg: any) => {
if (msg.command === "doneLoggingOut") {
// TODO: why do we call logout in the popup after receiving the doneLoggingOut message? Hasn't this already completeted logout?
this.authService.logOut(async () => {
if (msg.logoutReason) {
await this.displayLogoutReason(msg.logoutReason);