Skip to content

Commit c905377

Browse files
ochafikclaude
andcommitted
Update auth.ts
Co-Authored-By: Claude <[email protected]>
1 parent 87b453d commit c905377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/auth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ function shouldAttemptFallback(response: Response | undefined, pathname: string)
358358
export async function discoverOAuthMetadata(
359359
issuer: string | URL,
360360
{
361-
authorizationServerUrl
361+
authorizationServerUrl,
362362
}: {
363-
authorizationServerUrl?: string | URL
363+
authorizationServerUrl?: string | URL,
364364
} = {},
365365
): Promise<OAuthMetadata | undefined> {
366366
if (typeof issuer === 'string') {

0 commit comments

Comments
 (0)