Skip to content

Commit

Permalink
refactor: fetch upstream patches (#12)
Browse files Browse the repository at this point in the history
This ensures the repository is relatively up to date with the upstream changes.
  • Loading branch information
james-d-elliott committed Mar 1, 2022
1 parent 748008a commit e9e723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (a *AuthenticatorData) Unmarshal(rawAuthData []byte) error {
a.ExtData = rawAuthData[len(rawAuthData)-remaining:]
remaining -= len(a.ExtData)
} else {
return ErrBadRequest.WithDetails("ClientExtensionResults flag set but extensions data is missing")
return ErrBadRequest.WithDetails("Extensions flag set but extensions data is missing")
}
}

Expand Down

0 comments on commit e9e723a

Please sign in to comment.