mvdan / bitw

Minimalist BitWarden client
BSD 3-Clause "New" or "Revised" License
169 stars 15 forks source link

Not showing identityurl but apiurl instead #23

Closed Engelbarts closed 4 years ago

Engelbarts commented 4 years ago

Probably a copy/paste error, bitw config shows the apiURL for both apiURL and identityURL, the error is in line 245 of main.go

fmt.Printf("identityURL = %q\n", apiURL)

should read

fmt.Printf("identityURL = %q\n", idtURL)

mvdan commented 4 years ago

Oops. Do you want to send a PR?