mirror of
https://github.com/spartanz51/tutabridge.git
synced 2026-06-24 10:54:32 +02:00
The GUI login path passed no TOTP callback, so a fresh sign-in on a 2FA account failed with "2FA required but no TOTP callback provided". The dashboard login form now has an optional two-factor code field next to the password, and start_bridge forwards it as the TOTP callback, so a 2FA account signs in on a single attempt. If 2FA is needed but no code was entered, the form surfaces a hint instead of a raw error.