Skip to content

Commit

Permalink
fixing password obscur text
Browse files Browse the repository at this point in the history
  • Loading branch information
MistzSoftware committed Jun 20, 2024
1 parent 327034b commit ecaabb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adopte_un_candidat/lib/register.dart
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ class RegisterState extends State<Register> {
right: 40, left: 40, top: 10),
child: TextField(
controller: passwordController,
obscureText: true,
decoration: InputDecoration(
filled: true,
fillColor: const Color(0xFFEEEEEE),
Expand Down

0 comments on commit ecaabb9

Please sign in to comment.