remove hard-coded username/password, because we are ninjas

main
Yanick Champoux 2023-08-26 10:22:27 -04:00
parent def54825e3
commit 109ba04c35
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ $mech->get($url);
$mech->submit_form(
form_number => 1,
fields => {
user_login => 'secret',
user_password => 'secret',
user_login => $ENV{'MERSENNE_USER'},
user_password => $ENV{'MERSENNE_PASSWORD'},
} );
# load the results into a table object