Skip to content

Commit

Permalink
fix(login): Stay on login screen if cache deleted / cookies expired
Browse files Browse the repository at this point in the history
  • Loading branch information
castaway committed Feb 28, 2024
1 parent 417ce51 commit abdd9b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/rmmapi/rmmauthguard.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export class RMMAuthGuardService implements CanActivate, CanActivateChild {
// ugly? we could subscribe to it..
this.currentMe = me;
this.rmmapi.setRunboxMe(me);
} else {
this.wasLoggedIn = false;
}
return this.checkStatus();
}),
Expand Down

0 comments on commit abdd9b3

Please sign in to comment.