Skip to content

Commit

Permalink
Changed default input to login field
Browse files Browse the repository at this point in the history
  • Loading branch information
kefoster951 committed May 13, 2022
1 parent a078a07 commit bd04d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ void config_defaults()
config.blank_box = true;
config.blank_password = false;
config.console_dev = strdup("/dev/console");
config.default_input = PASSWORD_INPUT;
config.default_input = LOGIN_INPUT;
config.fg = 9;
config.hide_borders = false;
config.input_len = 34;
Expand Down

0 comments on commit bd04d69

Please sign in to comment.