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
Branches
Tags
1 merge request!87participant home screen api
......@@ -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