Skip to content

Commit

Permalink
password obscure update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
2Math0 committed Oct 25, 2021
1 parent c16d932 commit d8c1a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/password_input_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class _PasswordInputFieldState extends State<PasswordInputField> {
myChild: TextFormField(
cursorColor: widget.cursorColor,
keyboardType: widget.inputType,
obscureText: true,
obscureText: hidePassword,
autofocus: false,
controller: widget.textController,
validator: widget.validator,
Expand Down

0 comments on commit d8c1a1c

Please sign in to comment.