You've already forked step-ca-cli
mirror of
https://github.com/smallstep/cli.git
synced 2025-08-07 16:02:54 +03:00
Merge branch 'master' into use/crypto
This commit is contained in:
@@ -857,7 +857,7 @@ func (o *oauth) DoDeviceAuthorization() (*token, error) {
|
||||
|
||||
var idr identifyDeviceResponse
|
||||
if err := json.NewDecoder(bytes.NewReader(b)).Decode(&idr); err != nil {
|
||||
return nil, errors.Wrap(err, "failure decoding device authz response to JWON")
|
||||
return nil, errors.Wrap(err, "failure decoding device authz response to JSON")
|
||||
}
|
||||
|
||||
switch {
|
||||
|
Reference in New Issue
Block a user