Skip to content

Commit

Permalink
🔥 remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
julesartd committed May 28, 2024
1 parent 4db0178 commit 281b169
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class LinkAccountForm extends StatelessWidget {
@override
Widget build(BuildContext context) {
final formKey = GlobalKey<FormState>();
String ine = '050223219JD';
String birthDate = '07/12/2002'; // Set your default birth date here
String ine = '';
String birthDate = '';
final birthDateController = TextEditingController(text: birthDate);
final ineController = TextEditingController(text: ine);

Expand Down

0 comments on commit 281b169

Please sign in to comment.