mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-17 05:59:09 +00:00
Right now, any generated code where the http basic authentication is required is broken, as it tries to access nonexistent field in the generated `Configuration` struct. The alternative is to fix `configuration.mustache` to replace the `UserName` field with `Username` field.