change the creds into something legible

main
Yanick Champoux 2023-08-26 10:19:07 -04:00
parent e104655f1f
commit 64b8d22d37
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ $mech->get($url);
$mech->submit_form(
form_number => 1,
fields => {
user_login => 'mohinder8855',
user_password => 'µ@:èÌNµ#G:è_hò·¿'°ñ9>pRy)LQ¦Îþ6KP&;§g_§^¥<û'Ò¶º,3~ä°.ç.ûïÈçÛX',
user_login => 'secret',
user_password => 'secret',
}
);