From c0e04e46417c7819f024e45896240d4b7331be86 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 21 Feb 2019 15:00:26 +0100 Subject: Move user registration info in features table --- client/src/app/+about/about-instance/about-instance.component.ts | 8 -------- 1 file changed, 8 deletions(-) (limited to 'client/src/app/+about/about-instance/about-instance.component.ts') diff --git a/client/src/app/+about/about-instance/about-instance.component.ts b/client/src/app/+about/about-instance/about-instance.component.ts index ec572ff80..c9eab44ab 100644 --- a/client/src/app/+about/about-instance/about-instance.component.ts +++ b/client/src/app/+about/about-instance/about-instance.component.ts @@ -29,14 +29,6 @@ export class AboutInstanceComponent implements OnInit { return this.serverService.getConfig().instance.name } - get userVideoQuota () { - return this.serverService.getConfig().user.videoQuota - } - - get isSignupAllowed () { - return this.serverService.getConfig().signup.allowed - } - get isContactFormEnabled () { return this.serverService.getConfig().email.enabled && this.serverService.getConfig().contactForm.enabled } -- cgit v1.2.3