change the creds into something legible

This commit is contained in:
Yanick Champoux 2023-08-26 10:19:07 -04:00
parent e104655f1f
commit 64b8d22d37

View File

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