From 859b2e149a0dcf6a764c12acc16bc7a98b6f4158 Mon Sep 17 00:00:00 2001 From: Tim Lai Date: Tue, 22 Mar 2022 17:17:03 -0700 Subject: [PATCH] fix(auth): use aria-label instead of name field (#7930) --- src/core/plugins/oas3/components/http-auth.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/core/plugins/oas3/components/http-auth.jsx b/src/core/plugins/oas3/components/http-auth.jsx index 47bad1e6448..069be3ff519 100644 --- a/src/core/plugins/oas3/components/http-auth.jsx +++ b/src/core/plugins/oas3/components/http-auth.jsx @@ -74,7 +74,7 @@ export default class HttpAuth extends React.Component { { username ? { username } - : + : } @@ -84,6 +84,7 @@ export default class HttpAuth extends React.Component { : } @@ -112,7 +113,7 @@ export default class HttpAuth extends React.Component { { value ? ****** - : + : } {