Skip to content

Commit 4c7e6e2

Browse files
authored
Remove length specification from publicKeyCredentialId (#872)
Many thanks
1 parent 5742f2a commit 4c7e6e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/symfony/src/Resources/config/doctrine-mapping/CredentialRecord.orm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping https://raw.github.com/doctrine/doctrine2/master/doctrine-mapping.xsd"
66
>
77
<mapped-superclass name="Webauthn\CredentialRecord">
8-
<field name="publicKeyCredentialId" type="base64" unique="true" length="250"/>
8+
<field name="publicKeyCredentialId" type="base64"/>
99
<field name="type"/>
1010
<field name="transports" type="json"/>
1111
<field name="attestationType"/>

0 commit comments

Comments
 (0)