Skip to content

Commit 563c880

Browse files
committed
add missing partition attribute to the schema definition
1 parent 3380018 commit 563c880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/security-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@
379379
<xsd:attribute name="catch-exceptions" type="xsd:boolean" />
380380
<xsd:attribute name="secure" type="remember_me_secure" />
381381
<xsd:attribute name="samesite" type="remember_me_samesite" />
382+
<xsd:attribute name="partitioned" type="xsd:boolean" />
382383
</xsd:complexType>
383384

384385
<xsd:complexType name="remember_me_token_provider">

0 commit comments

Comments
 (0)