mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-13 01:39:08 +00:00
The change in #20067 has caused some issues with clients which run in a Browser. This commit replaces that change, leaving the default User-Agent for axios unmodified, and only sets the User-Agent if the `http-user-agent` parameter is provided during generation time.