Skip to content

Authentication link without ANSI color

For terminal not supporting ANSI color (e.g. vscode internal terminal), the \033[0m at the end is considered as part of the URL, making it a wrong URL at ctrl+click.

Adding spaces around solves the issue while keeping the color if ANSI is supported.

Merge request reports