Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit d9ba2c1

Browse files
committed
fix
1 parent b6aa94e commit d9ba2c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oauth-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export class OAuthHelper {
243243
/**
244244
* Register a new OAuth client dynamically
245245
*/
246-
async registerClient(_serverUrl: string): Promise<ClientRegistration> {
246+
async registerClient(serverUrl: string): Promise<ClientRegistration> {
247247
if (!this.discovery) {
248248
throw new Error('OAuth discovery not performed. Call discoverOAuthConfig first.')
249249
}

0 commit comments

Comments
 (0)