cnil: fix FC block on registration page (#53261)

This commit is contained in:
Serghei Mihai 2021-04-19 15:52:07 +02:00 committed by Thomas NOËL
parent ba0a6957cd
commit bb4ee7ea32
1 changed files with 5 additions and 0 deletions

View File

@ -390,3 +390,8 @@ div.error {
#registration-blocks h2 {
padding-left: 1rem;
}
#frontend-registration-password.a2-block > div h2,
#frontend-registration-fc.a2-block > div h2 {
display: none;
}