Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hotkey): never redact hot key for encryption (#1668)
Hot key should not be encrypted, thus use `c_escape_string` instead of `c_escape_sensitive_string` (otherwise it would be overwritten with "<redacted>").
- Loading branch information