Skip to content
Snippets Groups Projects
Commit 61ee6001 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

fix: retrieve user warning message when edit own information in admin page

parent d2a85d2e
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@
<div class="wrapper"
[dlcmSpinner]="isLoadingWithDependencyObs | async"
>
<label *ngIf="isCurrentUser(currentUser | async)"
class="current-user-admin"
>{{"admin.user.editCurrentUser" | translate}}</label>
<dlcm-admin-user-form #formPresentational
*ngIf="isReadyToBeDisplayedObs | async"
[currentUser]="currentUser | async"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment