fix: make phone number mandatory on registration and profile edit

This commit is contained in:
Valentin Lab
2026-02-09 09:16:37 +01:00
parent b763915211
commit 3d4496b253
3 changed files with 14 additions and 0 deletions

View File

@@ -57,6 +57,7 @@
'name' => 'phone',
'value' => $customer['phone'] ?? (old('phone') ?? ''),
'label' => 'Téléphone',
'required' => true,
])
</div>
</div>