mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 20:55:41 +00:00
- Fix sensitive field warnings not showing for collection-level and folder-level auth - Use consistent object structure approach across all auth levels (collection, folder, request) - Replace manual object property access with lodash get() for better readability and robustness - Extract variable usage checking logic into reusable helper function - Eliminate code duplication by using single sensitive fields definition - Improve maintainability and performance by reducing regex pattern recreation feat: add sensitive field warnings to collection-level auth components refactor: streamline sensitive field checks in environment variables refactor: remove unused imports in EnvironmentVariables component Co-authored-by: sanjai0py <sanjailucifer666@gmail.com>