From 1105696623c4b691bf2d44489ad25a752cbd8cc7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Jun 2022 14:29:28 +0200 Subject: Improve login page UI --- client/src/app/+login/login.component.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/app/+login/login.component.ts') diff --git a/client/src/app/+login/login.component.ts b/client/src/app/+login/login.component.ts index 96754b782..2ed9be16c 100644 --- a/client/src/app/+login/login.component.ts +++ b/client/src/app/+login/login.component.ts @@ -59,6 +59,10 @@ export class LoginComponent extends FormReactive implements OnInit, AfterViewIni return this.serverConfig.signup.allowed === true } + get instanceName () { + return this.serverConfig.instance.name + } + onTermsClick (event: Event, instanceInformation: HTMLElement) { event.preventDefault() -- cgit v1.2.3