diff options
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 108b127be..da66e4ef0 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -60,9 +60,10 @@ | |||
60 | </ng-template> | 60 | </ng-template> |
61 | </p-toast> | 61 | </p-toast> |
62 | 62 | ||
63 | <ng-template [ngIf]="isUserLoggedIn()"> | 63 | <ng-container *ngIf="isUserLoggedIn()"> |
64 | <my-account-setup-modal #accountSetupModal></my-account-setup-modal> | ||
64 | <my-welcome-modal #welcomeModal></my-welcome-modal> | 65 | <my-welcome-modal #welcomeModal></my-welcome-modal> |
65 | <my-instance-config-warning-modal #instanceConfigWarningModal></my-instance-config-warning-modal> | 66 | <my-instance-config-warning-modal #instanceConfigWarningModal></my-instance-config-warning-modal> |
66 | </ng-template> | 67 | </ng-container> |
67 | 68 | ||
68 | <my-custom-modal #customModal></my-custom-modal> | 69 | <my-custom-modal #customModal></my-custom-modal> |