1
0
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:
Mariano Cano
2022-10-06 17:12:04 -07:00
58 changed files with 100 additions and 100 deletions

View File

@@ -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 {