diff --git a/frontend/src/app/components/menu/menu.component.ts b/frontend/src/app/components/menu/menu.component.ts index faeca3d24..28ba0a1ad 100644 --- a/frontend/src/app/components/menu/menu.component.ts +++ b/frontend/src/app/components/menu/menu.component.ts @@ -30,10 +30,6 @@ export class MenuComponent implements OnInit, OnDestroy { ngOnInit(): void { this.userAuth = this.storageService.getAuth(); - if (this.userAuth && this.userAuth.user && !this.userAuth.user.imageMd5) { - this.logout(); - return; - } if (this.stateService.env.GIT_COMMIT_HASH_MEMPOOL_SPACE) { this.userMenuGroups$ = this.apiService.getUserMenuGroups$();