From 000eb0e40d74e914f6691305511c44e89cd8bf07 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 10 Jan 2020 14:01:13 +0100 Subject: Add informational message at login for visitors coming from upload button resolves #1880 --- client/src/app/menu/menu.component.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/menu') diff --git a/client/src/app/menu/menu.component.ts b/client/src/app/menu/menu.component.ts index 2d522b521..1d7651e78 100644 --- a/client/src/app/menu/menu.component.ts +++ b/client/src/app/menu/menu.component.ts @@ -33,7 +33,6 @@ export class MenuComponent implements OnInit { private authService: AuthService, private serverService: ServerService, private redirectService: RedirectService, - private themeService: ThemeService, private hotkeysService: HotkeysService ) {} -- cgit v1.2.3