We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb7159 commit 2b83ee0Copy full SHA for 2b83ee0
metadata/providers/memory/options.go
@@ -63,7 +63,7 @@ func WithValidateStatus(validate bool) Option {
63
// known types the authenticator can produce. Default is true.
64
func WithValidateAttestationTypes(validate bool) Option {
65
return func(provider *Provider) (err error) {
66
- provider.status = validate
+ provider.attestation = validate
67
68
return nil
69
}
0 commit comments