Skip to content

Commit d4da6c6

Browse files
pcarletondomdomegg
andauthored
Update src/client/auth.ts
Co-authored-by: adam jones <[email protected]>
1 parent 568199a commit d4da6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ async function tryMetadataDiscovery(
571571
* Determines if fallback to root discovery should be attempted
572572
*/
573573
function shouldAttemptFallback(response: Response | undefined, pathname: string): boolean {
574-
return !response || (response.status >= 400 && response.status < 500 ) && pathname !== '/';
574+
return !response || (response.status >= 400 && response.status < 500) && pathname !== '/';
575575
}
576576

577577
/**

0 commit comments

Comments
 (0)