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

Remove unused blank

parent 81d8019f
1 merge request!98Resolve "navigation (login/logout)"
Pipeline #13774 passed with stage
in 34 seconds
......@@ -20,7 +20,7 @@ export class HeaderComponent implements OnInit {
ngOnInit() {
// Subscribe to user data
this.authenticationService.watchUser.subscribe(newUser => this.user = newUser);
this.authenticationService.watchUser.subscribe(newUser => this.user = newUser);
}
logout() {
......
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