BUUPE / inquisitor

An end-to-end system for BU UPE recruitment season
https://upe.bu.edu/inquisitor/
MIT License
1 stars 1 forks source link

localStorage issue #127

Closed vitorvicente closed 3 years ago

vitorvicente commented 3 years ago

Whenever localStorage has a UID from an application that no longer exists it messes up and doesn't load the pages.

To fix this have a silent fail where if it cant find the application it just clears local storage and goes back to the default value

vitorvicente commented 3 years ago

Fixed