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 7 | 2x 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> } |