Skip to content

Commit cc1fbd2

Browse files
committed
add another obscure text
1 parent d899918 commit cc1fbd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/lib/routes/login_with_credentials_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ class _LoginWithCredentialsPageState extends State<LoginWithCredentialsPage> {
351351
padding: const EdgeInsets.all(8.0),
352352
child: TextFormField(
353353
controller: _passwordController,
354+
obscureText: true,
354355
decoration: const InputDecoration(hintText: 'Enter password'),
355356
validator: (String? value) {
356357
if (value == null || value.trim().isEmpty) {

0 commit comments

Comments
 (0)