Skip to content

Commit de1ade2

Browse files
committed
fix unmerge
1 parent 9ca7fd2 commit de1ade2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/auth.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,10 @@ export async function discoverOAuthMetadata(
489489
issuer: string | URL,
490490
{
491491
authorizationServerUrl,
492+
protocolVersion,
492493
}: {
493494
authorizationServerUrl?: string | URL,
495+
protocolVersion?: string,
494496
} = {},
495497
): Promise<OAuthMetadata | undefined> {
496498
if (typeof issuer === 'string') {

0 commit comments

Comments
 (0)