"src/components/common/Status/Status.js" did not exist on "eb457dc4f8adb7d4eb70823309f536e597113479"
Fix TokenRenewal after UserProvider refactor
TokenRenewal was using "getUserRoles" from the UserProvider, but that function was consolidated into getUser in https://gitlab.esss.lu.se/ccce/dev/ccdb-ui-prototype/-/merge_requests/113
This was causing a "getUserRoles is not a function" error after 180 seconds of being logged in.