We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ebeda4 + f0b41c9 commit fc1695eCopy full SHA for fc1695e
command/oauth/cmd.go
@@ -892,6 +892,9 @@ func (o *oauth) DoDeviceAuthorization() (*token, error) {
892
}
893
894
switch {
895
+ case idr.VerificationURIComplete != "":
896
+ // Prefer VerificationURIComplete if present for user convenience
897
+ idr.VerificationURI = idr.VerificationURIComplete
898
case idr.VerificationURI != "":
899
// do nothing
900
case idr.VerificationURL != "":
0 commit comments