Skip to content

Commit

Permalink
fix: attempt to fetch user info when page loads
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 committed Nov 7, 2023
1 parent 09ff216 commit 54f235e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class AppComponent {
}

ngOnInit() {
this.userInfoService.fetchUserInfo();
this.comingSoonTimerID = setTimeout(()=>{
this.toggleComingSoonPopup();
}, 2000);
Expand Down

0 comments on commit 54f235e

Please sign in to comment.