]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.html
Add mascot to 404 page
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.html
index 07a576083ca85b18d9d47e11e2cc1513d73720e7..81b4351c5e2555bb01ede56150ff216f372f5aa7 100644 (file)
@@ -54,3 +54,8 @@
     </div>
   </ng-template>
 </p-toast>
+
+<ng-template [ngIf]="isUserLoggedIn()">
+  <my-welcome-modal #welcomeModal></my-welcome-modal>
+  <my-instance-config-warning-modal #instanceConfigWarningModal></my-instance-config-warning-modal>
+</ng-template>