Skip to content

Commit d8c1a1c

Browse files
committed
password obscure update fix
1 parent c16d932 commit d8c1a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/password_input_field.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class _PasswordInputFieldState extends State<PasswordInputField> {
4242
myChild: TextFormField(
4343
cursorColor: widget.cursorColor,
4444
keyboardType: widget.inputType,
45-
obscureText: true,
45+
obscureText: hidePassword,
4646
autofocus: false,
4747
controller: widget.textController,
4848
validator: widget.validator,

0 commit comments

Comments
 (0)