HackIllinois / iOS

The Official iOS App of HackIllinois
University of Illinois/NCSA Open Source License
16 stars 10 forks source link

Fix Attendee Login #547

Closed s0phialiu closed 9 months ago

s0phialiu commented 10 months ago

Currently, attendees are unable to log in due to their login flow depending on registration services. Refactor the attendee login process by:

  1. Call populateProfileData from within populateRoleData, pass in profile and sender
  2. Adjust populateProfileData to match these changes
  3. We do not need to use our function calling registrationData