This commit is contained in:
Peter Maquiran
2023-01-25 10:28:55 +01:00
parent 652cc01460
commit f445050821
3 changed files with 7 additions and 8 deletions
@@ -13,7 +13,6 @@ export class HeaderPrPage implements OnInit {
loggeduser: LoginUserRespose;
constructor(authService: AuthService) {
this.loggeduser = SessionStore.user;
}