From e5de91bd1c82d7c4634f6c78ab2b14860c26db4d Mon Sep 17 00:00:00 2001 From: Steven Serrata Date: Mon, 9 Dec 2024 10:59:34 -0600 Subject: [PATCH] reintroduce password type to auth inputs --- .../src/theme/ApiExplorer/Authorization/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/Authorization/index.tsx b/packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/Authorization/index.tsx index 92ace28d1..eccd7571c 100644 --- a/packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/Authorization/index.tsx +++ b/packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/Authorization/index.tsx @@ -48,6 +48,7 @@ function Authorization() { ) => { const value = e.target.value; @@ -69,6 +70,7 @@ function Authorization() { ) => { const value = e.target.value; @@ -130,6 +132,7 @@ function Authorization() { ) => { const value = e.target.value;