beneficiary management

This commit is contained in:
2025-05-16 14:51:05 +05:30
parent 33066e6e4f
commit 0781aeb4e1
15 changed files with 409 additions and 13 deletions

View File

@@ -130,6 +130,7 @@ class LoginScreenState extends State<LoginScreen> {
},
),
),
textInputAction: TextInputAction.done,
obscureText: _obscurePassword,
validator: (value) {
if (value == null || value.isEmpty) {