aboutsummaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 15:34:52 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 15:34:52 +0530
commit24ea0db80befd3bf5a67781084f48f0fa764d74f (patch)
tree9c1f721ebc59a6200cbcfb78caac22361923737d /auth
parente93a197b6f47ed45e5f2dbe10762d6344a3e32c7 (diff)
added user-info command
Diffstat (limited to 'auth')
-rw-r--r--auth/auth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth.go b/auth/auth.go
index 05b4b6a..e1a9574 100644
--- a/auth/auth.go
+++ b/auth/auth.go
@@ -55,7 +55,7 @@ func generateLink(clientId, challenge string) string {
}
func openInBrowser(url string) {
- fmt.Println("Attempting to launch \x1b[36m" + url + "\x1b[0m in your default web browser. If it doesn't launch please manually copy-paste the link.")
+ fmt.Println("Attempting to launch \033[36m" + url + "\033[0m in your default web browser. If it doesn't launch please manually copy-paste the link.")
var err error
switch runtime.GOOS {