diff options
Diffstat (limited to 'client/src/app/about/about.component.ts')
-rw-r--r-- | client/src/app/about/about.component.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/about/about.component.ts b/client/src/app/about/about.component.ts index 7edc013e1..2fd48f0d3 100644 --- a/client/src/app/about/about.component.ts +++ b/client/src/app/about/about.component.ts | |||
@@ -27,6 +27,10 @@ export class AboutComponent implements OnInit { | |||
27 | return this.serverService.getConfig().user.videoQuota | 27 | return this.serverService.getConfig().user.videoQuota |
28 | } | 28 | } |
29 | 29 | ||
30 | get isSignupAllowed () { | ||
31 | return this.serverService.getConfig().signup.allowed | ||
32 | } | ||
33 | |||
30 | ngOnInit () { | 34 | ngOnInit () { |
31 | this.serverService.getAbout() | 35 | this.serverService.getAbout() |
32 | .subscribe( | 36 | .subscribe( |