File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/app/shared/components/top-bar Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2727 < button class ="profile-button " [matMenuTriggerFor] ="menu " id ="userDropdown ">
2828 < div class ="user-information-container ">
2929 < div class ="name-and-title-container ">
30- < div class ="name-container "> Ole jensen </ div >
31- < div class ="title-container "> Global Admin</ div >
30+ < div class ="name-container "> {{ getUsername() }} </ div >
31+ <!-- < div class="title-container">Global Admin</div> -- >
3232 </ div >
3333 < div >
3434 < mat-icon svgIcon ="angle-down " class ="angle-down-icon "> </ mat-icon >
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ export class TopBarComponent implements OnInit {
9494 this . domSanitizer . bypassSecurityTrustResourceUrl ( "../../../../assets/images/angle-down.svg" ) ,
9595 { }
9696 ) ;
97+
98+ this . sharedVariableService . getUserInfo ;
9799 }
98100
99101 ngOnInit ( ) : void {
You can’t perform that action at this time.
0 commit comments