Skip to content

Commit 8819110

Browse files
Merge pull request #190 from nbloomf/patch-1
Fix typo in documentation of CredentialOptions
2 parents 3c68abf + b6fb528 commit 8819110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Crypto/WebAuthn/Model/Types.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ data CredentialOptions (c :: CeremonyKind) where
10231023
-- that wish to limit the creation of multiple credentials for the same account on a single authenticator.
10241024
-- The [client](https://www.w3.org/TR/webauthn-2/#client) is requested to return an error if the new credential
10251025
-- 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'.
10271027
corExcludeCredentials :: [CredentialDescriptor],
10281028
-- | [(spec)](https://www.w3.org/TR/webauthn-2/#dom-publickeycredentialcreationoptions-authenticatorselection)
10291029
-- This member is intended for use by [Relying Parties](https://www.w3.org/TR/webauthn-2/#relying-party)

0 commit comments

Comments
 (0)