Skip to content
Snippets Groups Projects
Verified Commit 46223ca6 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #10954 TIME 0:10 exlude refresh route in interceptor

parent d4e7b901
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import { NotificationService } from './notification.service';
@Injectable()
export class AuthInterceptor implements HttpInterceptor {
excludeUrls: string[] = ['../rest/authenticate', '../rest/authenticationInformations', '../rest/password', '../rest/passwordRules', '../rest/languages/fr', '../rest/languages/en'];
excludeUrls: string[] = ['../rest/authenticate', '../rest/auth/refresh', '../rest/authenticationInformations', '../rest/password', '../rest/passwordRules', '../rest/languages/fr', '../rest/languages/en'];
constructor(public http: HttpClient, private router: Router, public notificationService: NotificationService) { }
addAuthHeader(request: HttpRequest<any>) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment