I have passwordless on for my account and the flow seems to be running an email-based code instead of printing the passwordless code to the log. It should be posting a passwordless code as its primary method, as docker version i's not an interactive session
[8/5/2026, 11:20:01 AM] [account.n] [INFO] MOBILE [LOGIN] Starting login process
[8/5/2026, 11:20:11 AM] [account.n] [INFO] MOBILE [LOGIN] Entering email
[8/5/2026, 11:20:16 AM] [account.n] [INFO] MOBILE [LOGIN-ENTER-EMAIL] Email submitted
[8/5/2026, 11:20:21 AM] [account.n] [INFO] MOBILE [LOGIN] Email entered successfully
[8/5/2026, 11:20:27 AM] [account.n] [INFO] MOBILE [LOGIN] State transition: EMAIL_INPUT → GET_A_CODE
[8/5/2026, 11:20:27 AM] [account.n] [INFO] MOBILE [LOGIN] Attempting to bypass "Get code" page
[8/5/2026, 11:20:34 AM] [account.n] [INFO] MOBILE [LOGIN] Other ways to sign in clicked
[8/5/2026, 11:20:41 AM] [account.n] [INFO] MOBILE [LOGIN] State transition: GET_A_CODE → SIGN_IN_ANOTHER_WAY_EMAIL
[8/5/2026, 11:20:41 AM] [account.n] [INFO] MOBILE [LOGIN] Selecting "Send a code to email"
[8/5/2026, 11:20:41 AM] [account.n] [INFO] MOBILE [LOGIN] Using new email icon selector
[8/5/2026, 11:20:49 AM] [account.n] [INFO] MOBILE [LOGIN] Initiating code login handler
[8/5/2026, 11:20:49 AM] [account.n] [INFO] MOBILE [LOGIN-CODE] Code login authentication requested
[8/5/2026, 11:20:49 AM] [account.n] [INFO] MOBILE [LOGIN-CODE] Page message: "We'll send a code to n******@gmail.com. To verify this is your email, enter it here."
[8/5/2026, 11:21:50 AM] [account.n] [WARN] MOBILE [LOGIN-CODE] Invalid or missing code (attempt 1/5) | input length=undefined
I have passwordless on for my account and the flow seems to be running an email-based code instead of printing the passwordless code to the log. It should be posting a passwordless code as its primary method, as docker version i's not an interactive session