We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7184eb4 commit 338877aCopy full SHA for 338877a
1 file changed
src/services/keycloak.core.service.ts
@@ -183,7 +183,6 @@ export class Keycloak {
183
Accept: 'application/json',
184
Authorization: 'bearer ' + this.accessToken
185
});
186
-
187
const options: RequestOptionsArgs = { 'headers': headers };
188
return (this.http as Http).get(url, options).map(profile => profile.json());
189
}
0 commit comments