From d1cd46ba3f06d6bd6b9fa2713ccb24fcf37093b3 Mon Sep 17 00:00:00 2001 From: Lukas Kimpel <lukas.kimpel@mni.thm.de> Date: Wed, 14 Mar 2018 10:53:11 +0100 Subject: [PATCH] Clean up AuthenticationInterceptor Add getter/setter for AuthenticationService Create new getter for CreatorRooms --- src/app/authentication.interceptor.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/authentication.interceptor.ts b/src/app/authentication.interceptor.ts index 57b5abb58..bdde6f740 100644 --- a/src/app/authentication.interceptor.ts +++ b/src/app/authentication.interceptor.ts @@ -8,6 +8,8 @@ import { Observable } from 'rxjs/Observable'; const AUTH_HEADER_KEY = 'Arsnova-Auth-Token'; +const AUTH_HEADER_KEY = 'Arsnova-Auth-Token'; + @Injectable() export class AuthenticationInterceptor implements HttpInterceptor { -- GitLab