Skip to content

Commit

Permalink
Merge pull request #35 from moleculemaker/lambert/fix-user-login
Browse files Browse the repository at this point in the history
fix: attempt to fetch user info when page loads
  • Loading branch information
bodom0015 authored Jan 4, 2024
2 parents b9d925d + 54f235e commit b869a6a
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 b869a6a

Please sign in to comment.