Skip to content

Commit 338877a

Browse files
committed
v0.9.1. Loading profile/userinfo methods
1 parent 7184eb4 commit 338877a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/keycloak.core.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ export class Keycloak {
183183
Accept: 'application/json',
184184
Authorization: 'bearer ' + this.accessToken
185185
});
186-
187186
const options: RequestOptionsArgs = { 'headers': headers };
188187
return (this.http as Http).get(url, options).map(profile => profile.json());
189188
}

0 commit comments

Comments
 (0)