add secure login

merge-requests/1/merge
Elham Rababah 6 years ago
parent e9cd1872f1
commit 688da88236

@ -50,6 +50,7 @@ class LoginForm extends StatelessWidget {
height: 20,
),
TextFormField(
obscureText: true,
decoration: InputDecoration(
prefixIcon: Image.asset('assets/images/password_icon.png'),
hintText: 'Enter Password',

Loading…
Cancel
Save