Commit 4ef69fc
feat(platform-objects): surface phone number in create_user result dialog
The create-user response's `user` object carries `phoneNumber` only for
phone-based accounts (admin-user-endpoints.ts builds it conditionally).
Declaring it is safe now that objectui's ActionResultDialog skips fields
whose path is absent from the payload — email-only users see no dirty
Phone Number row, and (same mechanism) manually-set passwords no longer
render an undefined Temporary Password row.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 611402f commit 4ef69fc
2 files changed
Lines changed: 16 additions & 0 deletions
File tree
- .changeset
- packages/platform-objects/src/identity
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
190 | 193 | | |
| 194 | + | |
191 | 195 | | |
192 | 196 | | |
193 | 197 | | |
| |||
0 commit comments