Skip to content
Snippets Groups Projects
Commit 82504e1c authored by David Noah Donges's avatar David Noah Donges
Browse files

Update comment

parent 4839539a
Branches
Tags
1 merge request!101Resolve "navigation (main pages)"
Pipeline #13781 passed with stage
in 33 seconds
......@@ -21,7 +21,7 @@ export class HeaderComponent implements OnInit {
}
ngOnInit() {
// Subscribe to user data
// Subscribe to user data (update component's user when user data changes: e.g. login, logout)
this.authenticationService.watchUser.subscribe(newUser => this.user = newUser);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment