mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 03:34:54 +00:00
fix password not being cleared when blank_password is set
This commit is contained in:
@@ -255,6 +255,11 @@ int main(int argc, char** argv)
|
||||
buf.info_line = dgn_output_log();
|
||||
}
|
||||
|
||||
if (config.blank_password)
|
||||
{
|
||||
input_text_clear(&password);
|
||||
}
|
||||
|
||||
dgn_reset();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user