From 3b9509a91bc00d7f4cbc085dfc6437b925731713 Mon Sep 17 00:00:00 2001 From: Steven Serrata <9343811+sserrata@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:25:30 -0500 Subject: [PATCH] reintroduce password type to auth inputs (#1039) --- .../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;