mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 22:54:07 +00:00
* fix: added interpolation, warning and syntax highlight for passphrase input Changes: 1) When users add plain text in passphrase, warning message will be shown. 2) Passphrase will be interpolated from environment 3) Syntax highlighting for variables added. Closes #2685 * fix: global environment variables interpolation in cert passphrase implemented. * refactor: indentation refactoring