mirror of
https://github.com/spartanz51/tutabridge.git
synced 2026-06-24 10:54:32 +02:00
The dashboard only ever showed a password field, and start_bridge errored with "No config found" when nothing was configured yet, so a brand-new user could never get past the start screen. Now the dashboard shows a Tuta email field too when no account is set up, and start_bridge bootstraps the config from that email (with defaults) instead of failing. Once an account exists the email field disappears and only the password is asked (until a keyring session is saved).