mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Moved isAuthenticated and isLoading to container
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<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">
|
||||
<ds-login-container
|
||||
[authMethodModel]="authMethodModel"></ds-login-container>
|
||||
</ng-container>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user