From 05a56a4ef0042b2d9a68077ab31345ae588a2043 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 14 May 2023 22:55:18 +0200 Subject: [PATCH] comment --- bin/twitter.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ->