Revert "chore(master): alignement post-squash avec develop (téléphone, script Gitea)"

This reverts commit dc04e04598.
This commit is contained in:
2026-04-11 18:08:36 +02:00
parent dc04e04598
commit 518b3f84df
2 changed files with 16 additions and 1 deletions
@@ -1254,6 +1254,12 @@ class _PersonalInfoFormScreenState extends State<PersonalInfoFormScreen> {
}
}
static final _phoneInputFormatters = [
FilteringTextInputFormatter.digitsOnly,
LengthLimitingTextInputFormatter(10),
FrenchPhoneNumberFormatter(),
];
/// Retourne l'asset de carte vertical correspondant à la couleur
String _getVerticalCardAsset() {
switch (widget.cardColor) {