All files / app/page/settings/user user.component.html

71.42% Statements 5/7
50% Branches 1/2
100% Functions 0/0
100% Lines 3/3

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 72x 2x     1x    
@if (query.error?.status !== 403) {
  <app-user-list #list [page]="query.page"
                 [scim]="scim.page"></app-user-list>
} @else {
  <div class="error-403" i18n>Access Denied</div>
}