diff --git a/src/adopte_un_candidat/lib/register.dart b/src/adopte_un_candidat/lib/register.dart index 8dd37f9..95c5477 100644 --- a/src/adopte_un_candidat/lib/register.dart +++ b/src/adopte_un_candidat/lib/register.dart @@ -508,6 +508,7 @@ class RegisterState extends State { right: 40, left: 40, top: 10), child: TextField( controller: passwordController, + obscureText: true, decoration: InputDecoration( filled: true, fillColor: const Color(0xFFEEEEEE),