File tree 1 file changed +1
-1
lines changed
src/Crypto/WebAuthn/Model
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1023,7 +1023,7 @@ data CredentialOptions (c :: CeremonyKind) where
1023
1023
-- that wish to limit the creation of multiple credentials for the same account on a single authenticator.
1024
1024
-- The [client](https://www.w3.org/TR/webauthn-2/#client) is requested to return an error if the new credential
1025
1025
-- would be created on an authenticator that also contains one of the credentials enumerated in this parameter.
1026
- -- The default value of this field is 'Crypto.WebAuthn.Model.Defaults.corExcludeCredentials '.
1026
+ -- The default value of this field is 'Crypto.WebAuthn.Model.Defaults.corExcludeCredentialsDefault '.
1027
1027
corExcludeCredentials :: [CredentialDescriptor ],
1028
1028
-- | [(spec)](https://www.w3.org/TR/webauthn-2/#dom-publickeycredentialcreationoptions-authenticatorselection)
1029
1029
-- This member is intended for use by [Relying Parties](https://www.w3.org/TR/webauthn-2/#relying-party)
You can’t perform that action at this time.
0 commit comments