diff --git a/src/runtimes/worker/auth/fetch_auth.ts b/src/runtimes/worker/auth/fetch_auth.ts index 48d596c41..3a4c6e69f 100644 --- a/src/runtimes/worker/auth/fetch_auth.ts +++ b/src/runtimes/worker/auth/fetch_auth.ts @@ -45,7 +45,7 @@ var fetchAuth: AuthTransport = function( return response.text(); } throw new HTTPAuthError( - 200, + status, `Could not get ${authRequestType.toString()} info from your auth endpoint, status: ${status}` ); })