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

Made-with: Cursor
This commit is contained in:
2026-04-11 18:08:04 +02:00
parent fdd1e06e77
commit dc04e04598
2 changed files with 1 additions and 16 deletions
@@ -1254,12 +1254,6 @@ 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) {