fix: make phone number mandatory on registration and profile edit
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
'name' => 'phone',
|
||||
'value' => $customer['phone'] ?? (old('phone') ?? ''),
|
||||
'label' => 'Téléphone',
|
||||
'required' => true,
|
||||
])
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user