Commit for server test

This commit is contained in:
Julius Gruber
2019-10-16 13:14:24 +02:00
parent 331596968b
commit a59aafb1f4
3 changed files with 26 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
<ds-loading *ngIf="(loading | async) || (isAuthenticated | async)" class="m-5"></ds-loading>
<div *ngIf="!(loading | async) && !(isAuthenticated | async)" class="form-login px-4 py-3">
<ng-container *ngFor="let authMethodModel of injectedAuthMethods">
<ng-container *ngFor="let authMethodModel of (authMethodData | async)">
<ds-login-container
[authMethodModel]="authMethodModel"></ds-login-container>
</ng-container>