Skip to content
Snippets Groups Projects
Commit 26496145 authored by Helmut Hutzler's avatar Helmut Hutzler
Browse files

Finxing a problem with superadmin role

parent b4078a9a
Branches
No related tags found
No related merge requests found
Pipeline #9444 passed
......@@ -28,7 +28,7 @@
</div>
</ng-template>
<ng-template [ngIf]="owner_of_admin_role" [ngIfElse]="not_owner_of_superadmin_role">
<ng-template [ngIf]="owner_of_superadmin_role" [ngIfElse]="not_owner_of_superadmin_role">
<div>
<p> Owner of Superadmin role: <mat-icon>check</mat-icon></p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment