Skip to content

Commit e02ec13

Browse files
committed
linting
1 parent 923c2dd commit e02ec13

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libs/Keycloak.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ export class Keycloak {
2929
baseURL: icfg.keycloak_base_url
3030
})
3131

32-
if (icfg.is_legacy_endpoint == true) {
32+
if (icfg.is_legacy_endpoint === true) {
3333
icfg.prefix = '/auth'
3434
}
35-
3635
this.accessToken = new AccessToken(icfg, client)
3736
this.jwt = new Jwt(icfg, client)
3837
}

0 commit comments

Comments
 (0)