Skip to content

Commit

Permalink
fix: getUser api call not getting called everytime
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash7824 committed Aug 31, 2024
1 parent 5ffc794 commit a06a787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/side-bar/side-bar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ export class SideBarComponent {
localStorage.clear();
this.router.navigateByUrl('');
this.cs.isLoggedIn = false;
this.cs.homeLoaded = false;
this.cs.socialLoaded = false;
}
}

0 comments on commit a06a787

Please sign in to comment.