Feat: Refactor profile data validation

This commit is contained in:
Björn Fromme
2023-09-20 10:06:39 +02:00
parent 7f7a35e7a2
commit 2dd8a6de19
10 changed files with 76 additions and 179 deletions
-3
View File
@@ -73,7 +73,6 @@
Anschrift
</h3>
<div class="flex flex-col space-y-4 pb-8">
{{ form_errors(form.address) }}
{{ form_row(form.address.street) }}
{{ form_row(form.address.postCode) }}
{{ form_row(form.address.city) }}
@@ -83,7 +82,6 @@
Kontakt
</h3>
<div class="flex flex-col space-y-4">
{{ form_errors(form.communication) }}
{{ form_row(form.communication.email) }}
{{ form_row(form.communication.phone) }}
{{ form_row(form.communication.mobile) }}
@@ -95,7 +93,6 @@
Bankverbindung
</h3>
<div class="flex flex-col space-y-4">
{{ form_errors(form.bankAccount) }}
{{ form_row(form.bankAccount.iban) }}
{{ form_row(form.bankAccount.bic) }}
{{ form_row(form.bankAccount.bank) }}