Commit d67c276
committed
fix: include phone auth in ProfileView's needsNameClaim identity check
The needsNameClaim computation (added in 8cb76da) checked authTypes for
email/google/apple but missed "phone" -- a distinct auth_type value from
"email" server-side, and a reachable sign-up/login path in this app
(LoginInitialView/CreateNetworkView both offer "Email or phone number").
A phone-authenticated account was incorrectly treated as having no
identity method bound, routing it to the claim-name flow instead of the
normal change-name flow. Found in re-review before this landed anywhere.1 parent 0ac09e1 commit d67c276
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
- app/network/Main/Account
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
0 commit comments