We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd5b8a9 + 78d9a4e commit cb78e7aCopy full SHA for cb78e7a
src/symfony/src/Resources/config/doctrine-mapping/PublicKeyCredentialSource.orm.xml
@@ -5,7 +5,7 @@
5
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping https://raw.github.com/doctrine/doctrine2/master/doctrine-mapping.xsd"
6
>
7
<mapped-superclass name="Webauthn\PublicKeyCredentialSource">
8
- <field name="publicKeyCredentialId" type="base64" unique="true" length="250"/>
+ <field name="publicKeyCredentialId" type="base64"/>
9
<field name="type"/>
10
<field name="transports" type="json"/>
11
<field name="attestationType"/>
0 commit comments