mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-09 13:58:05 -05:00
Don't print colored output for Login url
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user