diff --git a/bin/twitter.ml b/bin/twitter.ml index f3f92fe..c7b739d 100644 --- a/bin/twitter.ml +++ b/bin/twitter.ml @@ -72,7 +72,7 @@ let login_twitter ctx username password secret = inject_username ctx.session_id creds; (* Find password input *) inject_password ctx.session_id creds; - (* Detection of 2FA *) + (* Detection and injection of 2FA code if needed *) match find ctx.session_id (CSS "input[name='text']") with | [] -> print_endline "Doesn't use 2FA as no input found" | _ as l ->