The api returns a list of branches with which to populate the select field for the signup form. This payload includes additional details such as contact information which is currently only available in the admin view and not required for signup.
We should update the endpoint (or create a new one if it is shared) to return only the information required by the form.
Here is the select box that shows the list of branches for new signups to pick from. Note that it only shows if there's more than one branch present, and it looks like it only need the branch IDs and names.
The api returns a list of branches with which to populate the select field for the signup form. This payload includes additional details such as contact information which is currently only available in the admin view and not required for signup.
We should update the endpoint (or create a new one if it is shared) to return only the information required by the form.