I am using swagger-ui version 3.19.5 (via Swashbuckle.AspNetCore.SwaggerUI v4.0.1) with an API that uses basic auth with a username but no password. (One example of a high traffic and well-designed API that uses this approach for authentication is the [Stripe API](https://stripe.com/docs/api/authentication).) It looks like in #2114 swagger-ui was changed to not require a password, but in the authorize dialog the password [seems to always be required](https://github.com/swagger-api/swagger-ui/blob/master/src/core/components/auth/basic-auth.jsx). Was reverting this change intentional? Is there a workaround I can use to make it optional?