Skip to content

Commit

Permalink
Treat oauthFlowInitParameters just as hidden instead of getting rid o…
Browse files Browse the repository at this point in the history
…f them (airbytehq#8063)
  • Loading branch information
jamakase authored Nov 17, 2021
1 parent e61da7b commit a6f77f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ function useBuildInitialSchema(
(schema as any).is_auth = true;
const schemaWithoutPaths = removeNestedPaths(
schema,
spec.oauthFlowInitParameters ?? []
spec.oauthFlowInitParameters ?? [],
false
);

const schemaWithoutOutputPats = removeNestedPaths(
Expand Down

0 comments on commit a6f77f7

Please sign in to comment.