Don't print colored output for Login url

This commit is contained in:
aditya-K2
2023-05-01 03:03:14 +05:30
parent 3d9a32e1f9
commit e6b8f67612

View File

@@ -79,8 +79,8 @@ func InitClient() error {
}()
url := auth.AuthURL(state)
utils.Print("BLUE", "Please log in to Spotify by visiting the following page in your browser: ")
utils.Print("GREEN", url)
fmt.Println("Please log in to Spotify by visiting the following page in your browser: ")
fmt.Println(url)
// wait for auth to complete
payload := <-ch