mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
fix revert (#1232)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
<div title="{{ (profile$ | async)?.id }}">
|
||||
<div class="current-user__full-name">{{ (profile$ | async)?.userName }}</div>
|
||||
<div class="current-user__avatar am-avatar" [matMenuTriggerFor]="userMenu">
|
||||
<button
|
||||
mat-icon-button
|
||||
class="current-user__avatar am-avatar"
|
||||
[matMenuTriggerFor]="userMenu"
|
||||
>
|
||||
{{ (profile$ | async)?.initials }}
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<mat-menu #userMenu="matMenu" [overlapTrigger]="false">
|
||||
|
||||
Reference in New Issue
Block a user