]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/about/about.component.ts
Decrease AP video cache
[github/Chocobozzz/PeerTube.git] / client / src / app / about / about.component.ts
index 7edc013e1277c97865bebd272987fc83ceb66af8..2fd48f0d305c068b2275799f14e4ecb8a6be8916 100644 (file)
@@ -27,6 +27,10 @@ export class AboutComponent implements OnInit {
     return this.serverService.getConfig().user.videoQuota
   }
 
+  get isSignupAllowed () {
+    return this.serverService.getConfig().signup.allowed
+  }
+
   ngOnInit () {
     this.serverService.getAbout()
       .subscribe(