Authentication link without ANSI color
Compare changes
+ 1
− 1
@@ -119,7 +119,7 @@ class DeviceGrant(GrantMethodBase):
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.