mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Intermediate commit
This commit is contained in:
@@ -37,9 +37,5 @@ export class UserMenuComponent implements OnInit {
|
||||
// set user
|
||||
this.user$ = this.store.pipe(select(getAuthenticatedUser));
|
||||
|
||||
this.user$.subscribe((user) => {
|
||||
console.log(user, user.name);
|
||||
})
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user