Skip to content

Commit 950c3a1

Browse files
committed
fix: remove unnecessary resolve
1 parent 4c9f4fc commit 950c3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class KeycloakService {
3636
const keycloak: any = new KeycloakConnect({}, {
3737
resource: this.options.clientId,
3838
realm: this.options.realmName,
39-
'auth-server-url': resolve(this.options.baseUrl),
39+
'auth-server-url': this.options.baseUrl,
4040
secret: this.options.clientSecret,
4141
} as any)
4242

0 commit comments

Comments
 (0)