diff options
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index da66e4ef0..6969329e8 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -61,8 +61,8 @@ | |||
61 | </p-toast> | 61 | </p-toast> |
62 | 62 | ||
63 | <ng-container *ngIf="isUserLoggedIn()"> | 63 | <ng-container *ngIf="isUserLoggedIn()"> |
64 | <my-account-setup-modal #accountSetupModal></my-account-setup-modal> | 64 | <my-account-setup-warning-modal #accountSetupWarningModal></my-account-setup-warning-modal> |
65 | <my-welcome-modal #welcomeModal></my-welcome-modal> | 65 | <my-admin-welcome-modal #adminWelcomeModal></my-admin-welcome-modal> |
66 | <my-instance-config-warning-modal #instanceConfigWarningModal></my-instance-config-warning-modal> | 66 | <my-instance-config-warning-modal #instanceConfigWarningModal></my-instance-config-warning-modal> |
67 | </ng-container> | 67 | </ng-container> |
68 | 68 | ||