fix: make account selector inert during email login #304

Open
userAdityaa wants to merge 1 commits from userAdityaa/flotilla:fix/login-select-profile-inert into dev
Collaborator

Summary:

Email login can show a “Select Account” step when one email maps to multiple pubkeys. Each row used a clickable Profile, so tapping the avatar or name opened the profile modal instead of selecting the account. This passes inert to Profile in LogInSelect, matching the settings menu pattern, so the whole row selects the account.

closes #302

### Summary: Email login can show a “Select Account” step when one email maps to multiple pubkeys. Each row used a clickable Profile, so tapping the avatar or name opened the profile modal instead of selecting the account. This passes inert to Profile in LogInSelect, matching the settings menu pattern, so the whole row selects the account. closes #302
userAdityaa added 1 commit 2026-06-14 17:05:15 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u https://gitea.coracle.social/userAdityaa/flotilla fix/login-select-profile-inert:userAdityaa-fix/login-select-profile-inert
git checkout userAdityaa-fix/login-select-profile-inert
Sign in to join this conversation.