codeRIT / brickhack-mobile-ios

The BrickHack 6 app representing codeRIT's annual hackathon! Attendees can view the event schedule, and resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin login not working

peterkos opened this issue · comments

Steps to reproduce:

  1. Log in with admin account
  2. If successful, attempt to logout and login with a non-admin account afterwards

Admin accounts don't store data on the same apply.brickhack.io/apply.json endpoint as user accounts. So, the app needs to somehow detect this or just brute force a second connection when the first one fails, and attempt to find data wherever the admin data is located

Fixed in #21