IPAD Login FIX

This commit is contained in:
Lorenz Hilpert
2021-07-26 18:00:54 +02:00
parent e3a164e2fa
commit dd7f371dc7

View File

@@ -1,8 +1,10 @@
<lib-offline-overlay>
<!-- lib offline depends on these three elements to be present inside of it -->
<app-header [ngClass]="{ loading: loading }" *ngIf="authenticated"></app-header>
<app-content [ngClass]="{ loading: loading }"></app-content>
<app-content [ngClass]="{ loading: loading }" *ngIf="authenticated"></app-content>
<app-menu [ngClass]="{ loading: loading }" *ngIf="authenticated"></app-menu>
<img *ngIf="loading" src="/assets/images/Icon_Loading.svg" class="app-loader" />
</lib-offline-overlay>
<!-- <router-outlet></router-outlet> -->
<ng-container *ngIf="!authenticated">
<router-outlet></router-outlet>
</ng-container>