Skip to content

Commit cb78e7a

Browse files
authored
Merge pull request #709 from web-auth/bugs/revert-length
Update PublicKeyCredentialSource.orm.xml
2 parents dd5b8a9 + 78d9a4e commit cb78e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symfony/src/Resources/config/doctrine-mapping/PublicKeyCredentialSource.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\PublicKeyCredentialSource">
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)