From 8e3e059aa122ea34e0e6f0d13a0601fd0906aede Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Fri, 16 Oct 2020 21:19:52 +0000 Subject: [PATCH] fix: add additional autoFocus for http-auth component (#6527) * Addendum to commit 65ea764b, in PR #6483 --- src/core/plugins/oas3/components/http-auth.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/plugins/oas3/components/http-auth.jsx b/src/core/plugins/oas3/components/http-auth.jsx index 00f5ac2c..584de909 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 } - : + : } @@ -112,7 +112,7 @@ export default class HttpAuth extends React.Component { { value ? ****** - : + : } {