Skip to content
Snippets Groups Projects
Verified Commit a7ff5f2d authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Clean up AuthenticationInterceptor

Add getter/setter for AuthenticationService
Create new getter for CreatorRooms
parent f2effa2e
No related merge requests found
......@@ -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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment